mirror of https://github.com/Jackett/Jackett
Change bakabt to lower case as in convention and fix duplicate command line option
This commit is contained in:
parent
b81cdac227
commit
36ac35f5b5
|
@ -33,7 +33,7 @@ namespace Jackett.Console
|
||||||
[Option('k', "Stop", HelpText = "Stop the Jacket Windows service (Must be admin)")]
|
[Option('k', "Stop", HelpText = "Stop the Jacket Windows service (Must be admin)")]
|
||||||
public bool StopService { get; set; }
|
public bool StopService { get; set; }
|
||||||
|
|
||||||
[Option('p', "ListenPublic", HelpText = "Listen publicly")]
|
[Option('x', "ListenPublic", HelpText = "Listen publicly")]
|
||||||
public bool? ListenPublic { get; set; }
|
public bool? ListenPublic { get; set; }
|
||||||
|
|
||||||
[Option('h', "Help", HelpText = "Show Help")]
|
[Option('h', "Help", HelpText = "Show Help")]
|
||||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -345,7 +345,7 @@
|
||||||
<Content Include="Content\logos\animebytes.png">
|
<Content Include="Content\logos\animebytes.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Content\logos\BakaBT.png">
|
<Content Include="Content\logos\bakabt.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="Content\logos\bb.png">
|
<Content Include="Content\logos\bb.png">
|
||||||
|
|
Loading…
Reference in New Issue