Small changes including #666

This commit is contained in:
Jamie.Rees 2016-11-18 09:07:11 +00:00
parent 39888a4b94
commit f73d12e095
7 changed files with 38 additions and 47 deletions

View file

@ -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; }
}
}