diff options
author | Stig Bakken <ssb@php.net> | 2002-05-26 19:19:34 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-05-26 19:19:34 +0000 |
commit | d3926c1e7ed5cfd918aad5d33022971de1117308 (patch) | |
tree | 0a9cad53741895bd5bc5c174bd82f3d6b1e3805a /pear/scripts | |
parent | 459c6d0fd68ae2c7b3626e54c530c70813928097 (diff) | |
download | php-git-d3926c1e7ed5cfd918aad5d33022971de1117308.tar.gz |
* another help fix
Diffstat (limited to 'pear/scripts')
-rw-r--r-- | pear/scripts/pear.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/scripts/pear.in b/pear/scripts/pear.in index eb3dc32092..a106541f3b 100644 --- a/pear/scripts/pear.in +++ b/pear/scripts/pear.in @@ -140,7 +140,7 @@ if ($fetype == 'Gtk') { $cmd = PEAR_Command::factory($command, $config); PEAR::popErrorHandling(); if (PEAR::isError($cmd)) { - usage(null, @$options[1][0]); + usage(null, @$options[1][1]); } $short_args = $long_args = null; |