Skip to content

Commit

Permalink
[JENKINS-50626] - Rename the “-mavenProperties” parameter to “-mavenP…
Browse files Browse the repository at this point in the history
…ropertiesFile”
  • Loading branch information
oleg-nenashev committed Apr 6, 2018
1 parent 358925e commit ff72d15
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ public class CliOptions {
"as part of the cache")
private String cacheThresholdStatus = TestStatus.COMPILATION_ERROR.toString();

@Parameter(names="-mavenProperties", description = "allow to load some maven properties which will be used a la -D")
@Parameter(names="-mavenPropertiesFile", description = "Allow loading some maven properties from *.prop file. These options will be used a la -D")
private String mavenPropertiesFile;

@Parameter(names="-gaeSecurityToken", description = "Allows to pass GAE Security token needed to write data")
Expand Down

0 comments on commit ff72d15

Please sign in to comment.