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

@@ -19,12 +19,6 @@ namespace Jackett.Server
Environment.Exit(1);
}
if (runtimeSettings.DoSSLFix != null)
{
logger.Error("SSLFix has been deprecated, please remove it from your start arguments");
Environment.Exit(1);
}
if (runtimeSettings.LogRequests)
{
logger.Info("Logging enabled.");