diff --git a/SabreTools.CommandLine/Inputs/UserInput.cs b/SabreTools.CommandLine/Inputs/UserInput.cs index 3a187af..634c914 100644 --- a/SabreTools.CommandLine/Inputs/UserInput.cs +++ b/SabreTools.CommandLine/Inputs/UserInput.cs @@ -20,11 +20,13 @@ namespace SabreTools.CommandLine.Inputs /// /// Short description of the input /// + /// Should be a single printable line public string Description { get; } /// /// Optional detailed description of the input /// + /// Can include newlines and additional formatting private string? LongDescription { get; } #endregion