mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
Change file to lower case and fix console issue
This commit is contained in:
commit
3478bebebb
1 changed files with 1 additions and 1 deletions
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue