Fix command-line doc examples (#13337)
This commit is contained in:
		
							parent
							
								
									946bbbe9b5
								
							
						
					
					
						commit
						008627905d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -82,13 +82,13 @@ Admin operations: | |||
|                 - `--random-password-length`: If provided, it will be used to configure the length of the randomly | ||||
| 	    generated password. Optional. (default: 12) | ||||
|             - Examples: | ||||
|                 - `gitea admin create-user --username myname --password asecurepassword --email me@example.com` | ||||
|                 - `gitea admin user create --username myname --password asecurepassword --email me@example.com` | ||||
|         - `change-password`: | ||||
|             - Options: | ||||
|                 - `--username value`, `-u value`: Username. Required. | ||||
|                 - `--password value`, `-p value`: New password. Required. | ||||
|             - Examples: | ||||
|                 - `gitea admin change-password --username myname --password asecurepassword` | ||||
|                 - `gitea admin user change-password --username myname --password asecurepassword` | ||||
|     - `regenerate` | ||||
|         - Options: | ||||
|             - `hooks`: Regenerate git-hooks for all repositories | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue