fix long options on deleteuser.php
This commit is contained in:
parent
60d6d73fca
commit
be1ac6678d
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user