From 85e02bbee81685aced74b878f1ab5ff02a0ace81 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 15 May 2007 15:34:50 +0000 Subject: [PATCH] - Better hint that you can get help to a specific command --- ext/phar/phar/clicommand.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1