minor documentation change.
This commit is contained in:
		@@ -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.
 | 
					        /// 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.
 | 
				
			||||||
        /// </summary>
 | 
					        /// </summary>
 | 
				
			||||||
        /// <param name="argument">The argument the help string is for. Can be null for overall command help.</param>
 | 
					        /// <param name="argument">The argument the help string is for. Can be null for overall command help.</param>
 | 
				
			||||||
        /// <returns>The text to help understand the argument.</returns>
 | 
					        /// <returns>The text to help understand the argument or the overall command.</returns>
 | 
				
			||||||
        public virtual string Help(string argument = null)
 | 
					        public virtual string Help(string argument = null)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            return "This command doesn't define a help string. Shame on it.";
 | 
					            return "This command doesn't define a help string. Shame on it.";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user