From e88dd1ac996351785bf52fcbcefe440d6a505085 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Tue, 22 May 2001 16:30:36 +0000 Subject: [PATCH] remove "?" from Console_Getopt. Sorry Andrei it was there and I left there :) --- 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 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); } -- 2.50.1