From 7411d851aa736501b97ff3974fd6529827f565ea Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sun, 9 Dec 2018 01:22:45 -0600 Subject: [PATCH] minor documentation change. --- .../CommandProcessor/EngineCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.";