correct name in registeruser

This commit is contained in:
Evan Prodromou 2009-11-02 18:06:09 -05:00
parent 97b4576c11
commit 8e4bc78204
1 changed files with 2 additions and 2 deletions

View File

@ -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