Index: trunk/FACT++/src/rootifysql.cc
===================================================================
--- trunk/FACT++/src/rootifysql.cc	(revision 18503)
+++ trunk/FACT++/src/rootifysql.cc	(revision 18504)
@@ -59,5 +59,5 @@
         "This can be useful to create an ascii file or to show results as 'SHOW DATABASES' "
         "or 'EXPLAIN table'. To redirect the contents into an ascii file, the option -v0 "
-        "is useful. To suppredd writing to an output file --no-out can be used.\n"
+        "is useful. To suppredd writing to an output file --null can be used.\n"
         "\n"
         "The default is to read the query from a file called rootify.sql. Except if a different "
@@ -97,5 +97,5 @@
     const bool     update      = conf.Get<bool>("update");
     const bool     display     = conf.Get<bool>("display");
-    const bool     noout       = conf.Get<bool>("no-out");
+    const bool     noout       = conf.Get<bool>("null");
     const uint16_t verbose     = conf.Get<uint16_t>("verbose");
     const uint16_t compression = conf.Get<uint16_t>("compression");
