Sfoglia il codice sorgente

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

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 3 anni fa
parent
commit
7e271f6fa9
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      ecl/eclcc/eclcc.cpp
  2. 1 1
      ecl/eclcc/eclcc.hpp

+ 1 - 1
ecl/eclcc/eclcc.cpp

@@ -2647,7 +2647,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",