correct name in registeruser
This commit is contained in:
		@@ -24,8 +24,8 @@ $shortoptions = 'n:w:f:e:';
 | 
				
			|||||||
$longoptions = array('nickname=', 'password=', 'fullname=', 'email=');
 | 
					$longoptions = array('nickname=', 'password=', 'fullname=', 'email=');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$helptext = <<<END_OF_REGISTERUSER_HELP
 | 
					$helptext = <<<END_OF_REGISTERUSER_HELP
 | 
				
			||||||
deleteuser.php [options]
 | 
					registeruser.php [options]
 | 
				
			||||||
deletes a user from the database
 | 
					registers a user in the database
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  -n --nickname nickname of the new user
 | 
					  -n --nickname nickname of the new user
 | 
				
			||||||
  -w --password password of the new user
 | 
					  -w --password password of the new user
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user