mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
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:
@@ -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.");
|
||||
|
Reference in New Issue
Block a user