reformat commandline.inc

This commit is contained in:
Evan Prodromou 2009-06-28 16:55:19 -04:00
parent 25c721f6ff
commit 7a0d33ab5f

View File

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