]> granicus.if.org Git - php/commitdiff
- Better hint that you can get help to a specific command
authorMarcus Boerger <helly@php.net>
Tue, 15 May 2007 15:34:50 +0000 (15:34 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 15 May 2007 15:34:50 +0000 (15:34 +0000)
ext/phar/phar/clicommand.inc

index c829f19e1b36168472de9caa03bbe1be16fef48e..2183486a726bd344d84a84a4eec99ff386c2978e 100755 (executable)
@@ -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)