minor documentation change.

This commit is contained in:
Harrison Deng 2018-12-09 01:22:45 -06:00
parent 58c3085f90
commit 7411d851aa

View File

@ -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.
/// </summary>
/// <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)
{
return "This command doesn't define a help string. Shame on it.";