diff options
author | Evan Prodromou <evan@status.net> | 2009-11-02 18:06:09 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-02 18:06:09 -0500 |
commit | edb2713026933a3de877d7198ee265f1858c2370 (patch) | |
tree | fba2d72eff29588b8d74bfc5537b9a3a9aba8164 | |
parent | eee033ae7c78568129e7c35c9846e2be8800f4c2 (diff) |
correct name in registeruser
-rw-r--r-- | scripts/registeruser.php | 4 |
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 |