Skip to content

Commit

Permalink
fixed new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nemonster committed Jan 9, 2016
1 parent 750f0b7 commit 9008d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.elasticsearch</groupId>
<artifactId>support-diagnostics</artifactId>
<version>2.0</version>
<version>2.0.1</version>
<packaging>jar</packaging>
<name>Support Diagnostics Utilities</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class InputParams {
@Parameter(names = {"-p", "--password", "--pwd"}, description = "Prompt for a password? No password value required, only the option. Hidden from the command line on entry.", password = true)
private String password;

@Parameter(names = {"-ptp"}, description = "Insecure plain text password - warning, may exposure access.")
@Parameter(names = {"--ptp"}, description = "Insecure plain text password - warning, may exposure access.")
private String plainTextPassword;

@Parameter(names = {"-o", "--out", "--output", "--outputDir"}, description = "Fully qualified path to output directory or c for current working directory.")
Expand Down

0 comments on commit 9008d83

Please sign in to comment.