mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Small changes including #666
This commit is contained in:
parent
39888a4b94
commit
f73d12e095
7 changed files with 38 additions and 47 deletions
|
@ -59,5 +59,15 @@ namespace PlexRequests.UI.Start
|
|||
[Option('u', "updated", Required = false, HelpText = "This should only be used by the internal application")]
|
||||
public UpdateValue Updated { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this <see cref="StartupOptions"/> is updated.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// <c>true</c> if updated; otherwise, <c>false</c>.
|
||||
/// </value>
|
||||
[Option('l', "listenerprefix", Required = false, HelpText = "To change the prefix for the listener")]
|
||||
public string ListenerPrefix { get; set; }
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue