mirror of
https://github.com/php/php-src.git
synced 2025-01-11 05:24:49 +08:00
- Better hint that you can get help to a specific command
This commit is contained in:
parent
9deb0ca94f
commit
85e02bbee8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user