summaryrefslogtreecommitdiff
path: root/pear/scripts
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-05-26 19:19:34 +0000
committerStig Bakken <ssb@php.net>2002-05-26 19:19:34 +0000
commitd3926c1e7ed5cfd918aad5d33022971de1117308 (patch)
tree0a9cad53741895bd5bc5c174bd82f3d6b1e3805a /pear/scripts
parent459c6d0fd68ae2c7b3626e54c530c70813928097 (diff)
downloadphp-git-d3926c1e7ed5cfd918aad5d33022971de1117308.tar.gz
* another help fix
Diffstat (limited to 'pear/scripts')
-rw-r--r--pear/scripts/pear.in2
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;