From 00538e702888c9b9f7561f0f1a67ad50f5f4c0a3 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 28 Jun 2021 16:55:49 +0200 Subject: [PATCH] doc/soju.1: improve "user create" docs --- doc/soju.1.scd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index 96b4cab..bf5267c 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -299,8 +299,9 @@ abbreviated form, for instance *network* can be abbreviated as *net* or just *user create* -username -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 ] [-realname ] - Update the current user. + Update the current user. The options are the same as the _user create_ + command. *user delete* Delete a soju user. Only admins can delete accounts.