Update ConsoleOptions

Use --version to get version info and --help for help
-v no longer attempts to load Jackett
https://github.com/Jackett/Jackett/issues/3720
This commit is contained in:
flightlevel
2018-08-31 20:33:05 +10:00
parent 2e30fe1899
commit c112aef644
3 changed files with 6 additions and 27 deletions

View File

@@ -13,8 +13,6 @@ namespace Jackett.Common.Models.Config
public string ProxyConnection { get; set; }
public bool? DoSSLFix { get; set; }
public bool? IgnoreSslErrors { get; set; }
public string CustomDataFolder { get; set; }