Ver código fonte

Merge pull request #15408 from ghalliday/issue26602

HPCC-26602 Change ecl --defaultGitPrefix to --defaultgitprefix

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 anos atrás
pai
commit
21a95d6479
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      ecl/eclcc/eclcc.cpp
  2. 1 1
      ecl/eclcc/eclcc.hpp

+ 1 - 1
ecl/eclcc/eclcc.cpp

@@ -2658,7 +2658,7 @@ int EclCC::parseCommandLineOptions(int argc, const char* argv[])
         {
             //Ignore any --daemon option supplied to eclccserver which may be passed onto eclcc
         }
-        else if (iter.matchOption(optDefaultGitPrefix, "--defaultGitPrefix"))
+        else if (iter.matchOption(optDefaultGitPrefix, "--defaultgitprefix"))
         {
         }
         else if (iter.matchOption(optDFS, "-dfs") || /*deprecated*/ iter.matchOption(optDFS, "-dali"))

+ 1 - 1
ecl/eclcc/eclcc.hpp

@@ -85,7 +85,7 @@ const char * const helpText[] = {
     "!   -brk <n>      Trigger a break point in eclcc after nth allocation",
 #endif
     "!   -Dname=value  Override the definition of a global attribute 'name'",
-    "!   --defaultGitPrefix <prefix>  The default prefix used to access git repos when not specified in package.json",
+    "!   --defaultgitprefix <prefix>  The default prefix used to access git repos when not specified in package.json",
     "!   --deny=all    Disallow use of all named features not specifically allowed using --allow",
     "!   --deny=str    Disallow use of named feature",
     "!   --expand <path> Expand the contents of an archive to a directory",