]> granicus.if.org Git - php/commitdiff
* another help fix
authorStig Bakken <ssb@php.net>
Sun, 26 May 2002 19:19:34 +0000 (19:19 +0000)
committerStig Bakken <ssb@php.net>
Sun, 26 May 2002 19:19:34 +0000 (19:19 +0000)
pear/scripts/pear.in

index eb3dc320929a799c76af5582ba9215602b1a3348..a106541f3b107de4fe62bd6239d6642c0c840463 100644 (file)
@@ -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;