From: Stig Bakken Date: Sun, 26 May 2002 19:19:34 +0000 (+0000) Subject: * another help fix X-Git-Tag: NEW_UI_API_BP~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3926c1e7ed5cfd918aad5d33022971de1117308;p=php * another help fix --- 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;