diff options
Diffstat (limited to 'pear/System.php')
-rw-r--r-- | pear/System.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/System.php b/pear/System.php index 66f48fe49f..b2b2822588 100644 --- a/pear/System.php +++ b/pear/System.php @@ -68,7 +68,7 @@ class System if (!is_array($argv) && $argv !== null) { $argv = preg_split('/\s+/', $argv); } - return Console_Getopt::getopt($argv, $short_options); + return Console_Getopt::getopt2($argv, $short_options); } /** |