From d3926c1e7ed5cfd918aad5d33022971de1117308 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 26 May 2002 19:19:34 +0000 Subject: [PATCH] * another help fix --- pear/scripts/pear.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1