protected virtual void WriteCommandHelpInstruction(
	string name,
	string argumentNamePrefix,
	string argumentName
)Protected Overridable Sub WriteCommandHelpInstruction ( 
	name As String,
	argumentNamePrefix As String,
	argumentName As String
)
Dim name As String
Dim argumentNamePrefix As String
Dim argumentName As String
Me.WriteCommandHelpInstruction(name, 
	argumentNamePrefix, argumentName)protected:
virtual void WriteCommandHelpInstruction(
	String^ name, 
	String^ argumentNamePrefix, 
	String^ argumentName
)The base implementation writes a string like "Run 'executable command -Help' for more information on a command."
This method is called by the base implementation of the WriteCommandListUsageFooter method if the IncludeCommandHelpInstruction property is , or if it is and all commands meet the requirements.