summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-01-11 23:22:24 +0000
committerZach Copley <zach@status.net>2010-01-11 23:22:24 +0000
commit91b9c13d155cc0ea0297713d2bf2ae74f711e249 (patch)
tree21a227793197487e712c37568b340a445d8b7306 /scripts
parent3a9e24e07738e9dd57cf8100610728bb1e2b789c (diff)
parentf397d355276c57941617049808ff59a5f2538beb (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deleteuser.php2
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]