Change file to lower case and fix console issue

This commit is contained in:
KZ 2015-07-26 17:27:04 +01:00
commit 3478bebebb
1 changed files with 1 additions and 1 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")]