Преглед изворни кода

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();
     }