diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-11 13:24:40 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-11 13:24:40 -0800 |
commit | be1ac6678de2534e1ec42c4dc779fec240d1ebd7 (patch) | |
tree | 8b0d2322fd42ec0e829817079fcedaf4402cb7c3 /scripts | |
parent | 60d6d73fcad007d525c037f655c21fa774d75d2b (diff) |
fix long options on deleteuser.php
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/deleteuser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deleteuser.php b/scripts/deleteuser.php index 52389123c..5373c73ce 100755 --- a/scripts/deleteuser.php +++ b/scripts/deleteuser.php @@ -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] |