diff --git a/SabreTools.CommandLine/CommandSet.cs b/SabreTools.CommandLine/CommandSet.cs index b70edb1..a1fe12a 100644 --- a/SabreTools.CommandLine/CommandSet.cs +++ b/SabreTools.CommandLine/CommandSet.cs @@ -48,7 +48,12 @@ namespace SabreTools.CommandLine /// /// /// It is recommended to use this in applications that - /// do not need multiple distinct functional modes + /// do not need multiple distinct functional modes. + /// + /// When printing help text, the flags and description + /// of this feature will be omitted, instead printing + /// the children of the feature directly at the + /// top level. /// public Feature? DefaultFeature { get; set; }