doc/soju.1: add descriptions for all flags for "user create"

This commit is contained in:
Simon Ser 2021-10-12 21:31:12 +02:00
parent 96f8751e3d
commit 8ef2de196d
1 changed files with 8 additions and 1 deletions

View File

@ -320,7 +320,14 @@ abbreviated form, for instance *network* can be abbreviated as *net* or just
Create a new soju user. Only admin users can create new accounts.
The _-username_ and _-password_ flags are mandatory.
Other options are:
Options are:
*-username* <username>
The bouncer username. This cannot be changed after the user has been
created.
*-password* <password>
The bouncer password.
*-admin* true|false
Make the new user an administrator.