From: Marcus Boerger Date: Tue, 15 May 2007 15:34:50 +0000 (+0000) Subject: - Better hint that you can get help to a specific command X-Git-Tag: RELEASE_1_2_0~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85e02bbee81685aced74b878f1ab5ff02a0ace81;p=php - Better hint that you can get help to a specific command --- diff --git a/ext/phar/phar/clicommand.inc b/ext/phar/phar/clicommand.inc index c829f19e1b..2183486a72 100755 --- a/ext/phar/phar/clicommand.inc +++ b/ext/phar/phar/clicommand.inc @@ -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)