Skip to content

Commit

Permalink
Remove shortcut for config-file, resolving conflict with other options
Browse files Browse the repository at this point in the history
  • Loading branch information
kenduck committed Nov 27, 2018
1 parent a676e50 commit 2558b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevAudit.CommandLine/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public Options() {}
[Option('w', "winrm", Required = false, HelpText = "Connect to the remote host using the WinRM protocol. You must enable WinRM on the remote Windows machine.")]
public bool WinRm { get; set; }

[Option('c', "config-file", Required = false, HelpText = "Specifies the configuration file for the application server to be audited.")]
[Option("config-file", Required = false, HelpText = "Specifies the configuration file for the application server to be audited.")]
public string ConfigurationFile { get; set; }

[Option('r', "root", Required = false, HelpText = "The root directory of the application instance to audit.")]
Expand Down

0 comments on commit 2558b23

Please sign in to comment.