- Better hint that you can get help to a specific command

This commit is contained in:
Marcus Boerger 2007-05-15 15:34:50 +00:00
parent 9deb0ca94f
commit 85e02bbee8

View File

@ -257,7 +257,7 @@ abstract class CLICommand
static function cli_cmd_inf_help()
{
return "This help.";
return "This help or help for a selected command.";
}
private function cli_wordwrap($what, $l, $sp)