diff --git a/SabreTools.CommandLine/CommandSet.cs b/SabreTools.CommandLine/CommandSet.cs index 95bc6b3..7932216 100644 --- a/SabreTools.CommandLine/CommandSet.cs +++ b/SabreTools.CommandLine/CommandSet.cs @@ -891,7 +891,7 @@ namespace SabreTools.CommandLine // If there's no arguments, show help if (args.Length == 0) { - OutputGenericHelp(); + OutputAllHelp(); return true; }