소스 검색

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