Change bakabt to lower case as in convention and fix duplicate command line option

This commit is contained in:
KZ
2015-07-26 17:10:53 +01:00
parent b81cdac227
commit 36ac35f5b5
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ namespace Jackett.Console
[Option('k', "Stop", HelpText = "Stop the Jacket Windows service (Must be admin)")]
public bool StopService { get; set; }
[Option('p', "ListenPublic", HelpText = "Listen publicly")]
[Option('x', "ListenPublic", HelpText = "Listen publicly")]
public bool? ListenPublic { get; set; }
[Option('h', "Help", HelpText = "Show Help")]