Browse Source

Merge pull request #6480 from afishbeck/noFilesUsageDesc

HPCC-11987 Improve cli usage description for --no-files and --daliip

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 years ago
parent
commit
a0c544c759
2 changed files with 6 additions and 5 deletions
  1. 1 1
      ecl/eclcmd/eclcmd_core.cpp
  2. 5 4
      ecl/eclcmd/queries/ecl-queries.cpp

+ 1 - 1
ecl/eclcmd/eclcmd_core.cpp

@@ -458,7 +458,7 @@ public:
             "   -dp, --delete-prev     Delete previously active query\n"
             "   -A-, --no-activate     Do not activate query when published\n"
             "   --no-reload            Do not request a reload of the (roxie) cluster\n"
-            "   --no-files             Do not copy files referenced by query\n"
+            "   --no-files             Do not copy DFS file information for referenced files\n"
             "   --allow-foreign        Do not fail if foreign files are used in query (roxie)\n"
             "   --daliip=<IP>          The IP of the DALI to be used to locate remote files\n"
             "   --update-dfs           Update local DFS info if remote DALI has changed\n"

+ 5 - 4
ecl/eclcmd/queries/ecl-queries.cpp

@@ -550,8 +550,9 @@ public:
             "                          in the form: //ip:port/queryset/query\n"
             "                          or: queryset/query\n"
             "   <target>               Name of target cluster to copy the query to\n"
-            "   --no-files             Do not copy files referenced by query\n"
-            "   --daliip=<ip>          For file copying if remote version < 3.8\n"
+            "   --no-files             Do not copy DFS file information for referenced files\n"
+            "   --daliip=<ip>          Remote Dali DFS to use for copying file information\n"
+            "                          (only required if remote environment version < 3.8)\n"
             "   --source-process       Process cluster to copy files from\n"
             "   -A, --activate         Activate the new query\n"
             "   --no-reload            Do not request a reload of the (roxie) cluster\n"
@@ -708,8 +709,8 @@ public:
             "                          copy queries from\n"
             "   <destination_target>   Target cluster to copy queries to\n"
             "   --all                  Copy both active and inactive queries\n"
-            "   --no-files             Do not copy files referenced by query\n"
-            "   --daliip=<ip>          Remote Dali DFS to use for copying files\n"
+            "   --no-files             Do not copy DFS file information for referenced files\n"
+            "   --daliip=<ip>          Remote Dali DFS to use for copying file information\n"
             "   --source-process       Process cluster to copy files from\n"
             "   --clone-active-state   Make copied queries active if active on source\n"
             "   -O, --overwrite        Overwrite existing DFS file information\n"