From: Tomas V.V.Cox Date: Tue, 22 May 2001 16:30:36 +0000 (+0000) Subject: remove "?" from Console_Getopt. Sorry Andrei it was there and X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e88dd1ac996351785bf52fcbcefe440d6a505085;p=php remove "?" from Console_Getopt. Sorry Andrei it was there and I left there :) --- diff --git a/pear/scripts/pear.in b/pear/scripts/pear.in index b420a01e1d..7558b53897 100644 --- a/pear/scripts/pear.in +++ b/pear/scripts/pear.in @@ -25,7 +25,7 @@ require_once 'Console/Getopt.php'; error_reporting(E_ALL ^ E_NOTICE); -$options = Console_Getopt::getopt($argv, "hv:?e:p:d:"); +$options = Console_Getopt::getopt($argv, "hv:e:p:d:"); if (PEAR::isError($options)) { usage($options); }