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

@ -77,7 +77,7 @@ function show_help()
global $helptext;
$_default_help_text = <<<END_OF_DEFAULT
General options:
General options:
-q --quiet Quiet (little output)
-v --verbose Verbose (lots of output)
@ -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;