summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-19 20:26:37 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-19 20:26:37 +0200
commit8da19336ad3a5aa1e165d8caba1760911c6d28d7 (patch)
tree1ea861bfd7884ec7bcadc22908dc2efac0099db2
parent5ae9320cf84a28b79b0b9406a77ea938ba4d82cd (diff)
downloadeurephia-8da19336ad3a5aa1e165d8caba1760911c6d28d7.tar.gz
eurephia-8da19336ad3a5aa1e165d8caba1760911c6d28d7.tar.xz
eurephia-8da19336ad3a5aa1e165d8caba1760911c6d28d7.zip
Corrected wrong argument in eurephiadm users --add mode.
-rw-r--r--eurephiadm/commands/users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eurephiadm/commands/users.c b/eurephiadm/commands/users.c
index 7e6c215..d024c00 100644
--- a/eurephiadm/commands/users.c
+++ b/eurephiadm/commands/users.c
@@ -660,7 +660,7 @@ int add_user(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *cfg, int a
{"--password", "-P", 1},
{"--certid", "-C", 1},
{"--certfile", "-c", 1},
- {"--digest", "-d", 1},
+ {"--digest", "-D", 1},
{"--pkcs12", "-2", 0},
{"--help", "-h", 0},
{NULL, NULL, 0}