mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
fix updater options
This commit is contained in:
@@ -18,10 +18,10 @@ namespace Jackett.Updater
|
|||||||
[Option('a', "Args", HelpText = "Launch arguments")]
|
[Option('a', "Args", HelpText = "Launch arguments")]
|
||||||
public string Args { get; set; }
|
public string Args { get; set; }
|
||||||
|
|
||||||
[Option(HelpText = "Don't restart after update")]
|
[Option("NoRestart", HelpText = "Don't restart after update")]
|
||||||
public bool NoRestart { get; set; }
|
public bool NoRestart { get; set; }
|
||||||
|
|
||||||
[Option(HelpText = "PIDs which will be killed before (Windows) or after (Unix) the update")]
|
[Option("KillPids", HelpText = "PIDs which will be killed before (Windows) or after (Unix) the update")]
|
||||||
public string KillPids { get; set; }
|
public string KillPids { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user