diff --git a/SabreTools.CommandLine/CommandSet.cs b/SabreTools.CommandLine/CommandSet.cs index 78b7ee4..7b2fb42 100644 --- a/SabreTools.CommandLine/CommandSet.cs +++ b/SabreTools.CommandLine/CommandSet.cs @@ -908,7 +908,10 @@ namespace SabreTools.CommandLine // Now verify that all other flags are valid if (!feature.ProcessArgs(args, 1)) + { + OutputFeatureHelp(topLevel.Name); return false; + } // If inputs are required if (feature.RequiresInputs && !feature.VerifyInputs())