diff --git a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommand.cs b/RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommand.cs index 36bd44f..d38259f 100644 --- a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommand.cs +++ b/RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommand.cs @@ -55,7 +55,7 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor /// Arguments can then be separately returned from help as the help command will pass in the argument the user requests to see in detail in the parameter. /// /// The argument the help string is for. Can be null for overall command help. - /// The text to help understand the argument. + /// The text to help understand the argument or the overall command. public virtual string Help(string argument = null) { return "This command doesn't define a help string. Shame on it.";