fix long options on deleteuser.php

This commit is contained in:
Brion Vibber 2010-01-11 13:24:40 -08:00
parent 60d6d73fca
commit be1ac6678d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
$shortoptions = 'i::n::y';
$longoptions = array('id::nickname::yes');
$longoptions = array('id=', 'nickname=', 'yes');
$helptext = <<<END_OF_DELETEUSER_HELP
deleteuser.php [options]