|
@@ -85,12 +85,12 @@ 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",
|
|
|
"?! --fastsyntax Delay expanding functions when parsing. May speed up processing for some queries",
|
|
|
- " --fetchrepos Automatically download missing repositories associated with dependencies",
|
|
|
+ "? --fetchrepos Automatically download missing repositories associated with dependencies",
|
|
|
" -help, --help Display this message",
|
|
|
" -help -v Display verbose help message",
|
|
|
"! --ignoresimplified Do not use simplified expressions when syntax checking",
|
|
@@ -118,13 +118,13 @@ const char * const helpText[] = {
|
|
|
#endif
|
|
|
"! -P <path> Specify the path of the output files (only with -b option)",
|
|
|
"! --prunearchive Do not include plugins and standard library in the archive (defaults on)",
|
|
|
- " -R<repo>[#version]=path Resolve repository references in directory 'path'",
|
|
|
+ "? -R<repo>[#version]=path Resolve repository references in directory 'path'",
|
|
|
"! --regeneratecache Force regeneration of cache (overwrite existing cache)",
|
|
|
"! -showpaths Print information about the searchpaths eclcc is using",
|
|
|
" -specs file Read eclcc configuration from specified file",
|
|
|
"! -split m:n Process a subset m of n input files (only with -b option)",
|
|
|
"! --tracecache Add details of whether cache entries are up to date to the log file",
|
|
|
- " --updaterepos Automatically update repositories associated with dependencies",
|
|
|
+ "? --updaterepos Automatically update repositories associated with dependencies",
|
|
|
" -v --verbose Output additional tracing information while compiling",
|
|
|
" -wxxxx=level Set the severity for a particular warning code or category",
|
|
|
"! -wall sets default severity for all warnings",
|