diff options
author | Zach Copley <zach@status.net> | 2010-01-11 23:22:24 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-11 23:22:24 +0000 |
commit | 91b9c13d155cc0ea0297713d2bf2ae74f711e249 (patch) | |
tree | 21a227793197487e712c37568b340a445d8b7306 /scripts | |
parent | 3a9e24e07738e9dd57cf8100610728bb1e2b789c (diff) | |
parent | f397d355276c57941617049808ff59a5f2538beb (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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] |