Преглед на файлове

Merge pull request #3041 from jakesmith/eclcmd-buildfix

Fix eclcmd build issue

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman преди 13 години
родител
ревизия
a11b56ee7c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ecl/eclcmd/eclcmd_core.cpp

+ 1 - 1
ecl/eclcmd/eclcmd_core.cpp

@@ -452,7 +452,7 @@ public:
             "   -n, --name=<val>       query name to use for published workunit\n"
             "   -A, --activate         activates query when published\n"
             "   --no-reload            Do not request a reload of the (roxie) cluster\n"
-            "   --wait=<ms>            Max time to wait in milliseconds\n"
+            "   --wait=<ms>            Max time to wait in milliseconds\n",
             stdout);
         EclCmdWithEclTarget::usage();
     }