mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Change bakabt to lower case as in convention and fix duplicate command line option
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user