]> granicus.if.org Git - php/commitdiff
remove "?" from Console_Getopt. Sorry Andrei it was there and
authorTomas V.V.Cox <cox@php.net>
Tue, 22 May 2001 16:30:36 +0000 (16:30 +0000)
committerTomas V.V.Cox <cox@php.net>
Tue, 22 May 2001 16:30:36 +0000 (16:30 +0000)
I left there :)

pear/scripts/pear.in

index b420a01e1d4f7ab51a55f82749817c3770338f41..7558b53897c4255ed5a18e69e05f1252302b4320 100644 (file)
@@ -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);
 }