remove unnecessary argument on PrintHelp
This commit is contained in:
parent
1dbc62866d
commit
8c5a0490b5
1 changed files with 1 additions and 5 deletions
|
@ -94,12 +94,8 @@ Common Commands:
|
|||
}
|
||||
}
|
||||
|
||||
private static void PrintHelp(string errorMessage = null)
|
||||
private static void PrintHelp()
|
||||
{
|
||||
if(!string.IsNullOrEmpty(errorMessage))
|
||||
{
|
||||
Reporter.Error.WriteLine(errorMessage.Red());
|
||||
}
|
||||
Reporter.Output.WriteLine(HelpText);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue