summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-02 18:06:09 -0500
committerEvan Prodromou <evan@status.net>2009-11-02 18:07:20 -0500
commit8e4bc78204e65589cebd5abab67db0f3b5fd8932 (patch)
treefba2d72eff29588b8d74bfc5537b9a3a9aba8164
parent97b4576c115b86612a2ded6fbd800b6b5350d7a4 (diff)
correct name in registeruser
-rw-r--r--scripts/registeruser.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/registeruser.php b/scripts/registeruser.php
index 9857f5aee..5d9c8862d 100644
--- a/scripts/registeruser.php
+++ b/scripts/registeruser.php
@@ -24,8 +24,8 @@ $shortoptions = 'n:w:f:e:';
$longoptions = array('nickname=', 'password=', 'fullname=', 'email=');
$helptext = <<<END_OF_REGISTERUSER_HELP
-deleteuser.php [options]
-deletes a user from the database
+registeruser.php [options]
+registers a user in the database
-n --nickname nickname of the new user
-w --password password of the new user