diff --git a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommand.cs b/RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommand.cs
index 2d20039..36bd44f 100644
--- a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommand.cs
+++ b/RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommand.cs
@@ -51,6 +51,8 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
///
/// Returns the help for the given argument for this command. If no argument is defined, general help for the command should be given.
/// If no argument is given (null), then returns overall help statement.
+ /// Overall help should list possible arguments for user to use "help [command] [arg]" format.
+ /// 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.