Parcourir la source

Merge pull request #3041 from jakesmith/eclcmd-buildfix

Fix eclcmd build issue

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman il y a 13 ans
Parent
commit
a11b56ee7c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
     }