summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-18 19:04:58 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-18 19:04:58 +0100
commit9b2a2d8a608cadfeef30eb14f7005bdeac53cbcf (patch)
treeaf55801f7a277dea3b46b77a8f2a6dc83cadd623 /eurephiadm
parent75186d46bc44eed04a1f466a4066c11e88ee13fc (diff)
downloadeurephia-9b2a2d8a608cadfeef30eb14f7005bdeac53cbcf.tar.gz
eurephia-9b2a2d8a608cadfeef30eb14f7005bdeac53cbcf.tar.xz
eurephia-9b2a2d8a608cadfeef30eb14f7005bdeac53cbcf.zip
users command: Added help text for add user
Diffstat (limited to 'eurephiadm')
-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':