reformat commandline.inc

This commit is contained in:
Evan Prodromou 2009-06-28 16:55:19 -04:00
parent 25c721f6ff
commit 7a0d33ab5f
1 changed files with 50 additions and 50 deletions

View File

@ -126,7 +126,7 @@ function have_option($opt, $alt=null)
{
global $options;
$matches = array($opt);
$matches = array();
if (strlen($opt) > 1 && 0 != strncmp($opt, '--', 2)) {
$matches[] = '--'.$opt;