doc/soju.1: improve "user create" docs

This commit is contained in:
Simon Ser 2021-06-28 16:55:49 +02:00
parent 09b04792b9
commit 00538e7028
1 changed files with 4 additions and 2 deletions

View File

@ -299,8 +299,9 @@ abbreviated form, for instance *network* can be abbreviated as *net* or just
*user create* -username <username> -password <password> [options...]
Create a new soju user. Only admin users can create new accounts.
The _-username_ and _-password_ flags are mandatory.
Options:
Other options are:
*-admin*
Make the new user an administrator.
@ -310,7 +311,8 @@ abbreviated form, for instance *network* can be abbreviated as *net* or just
realname set for a network.
*user update* [-password <password>] [-realname <realname>]
Update the current user.
Update the current user. The options are the same as the _user create_
command.
*user delete* <username>
Delete a soju user. Only admins can delete accounts.