summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands/users.c
diff options
context:
space:
mode:
Diffstat (limited to 'eurephiadm/commands/users.c')
-rw-r--r--eurephiadm/commands/users.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/eurephiadm/commands/users.c b/eurephiadm/commands/users.c
index c9ae102..03e23e9 100644
--- a/eurephiadm/commands/users.c
+++ b/eurephiadm/commands/users.c
@@ -92,7 +92,16 @@ void display_users_help(int page) {
break;
case 'A':
- printf("Add user mode\n");
+ printf("The add user mode registers a new user account.\n"
+ "\n"
+ " -u | --username User name to use for the new account (required)\n"
+ " -P | --password Assign a new password via the command line\n\n"
+ "(not implemented yet) To register this new account against a certificate\n"
+ "you can use the following arguments. These arguments cannot be used together.\n\n"
+ " -C | --certid Use already registered certificate, identified by certid\n"
+ " -D | --digest Use already registered certificate, identified by digest\n"
+ " -c | --certfile Use the given certificate file and register it along with\n"
+ " the account\n\n");
break;
case 'D':