summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-06-24 00:06:30 +0000
committerChristian Pointner <equinox@anytun.org>2009-06-24 00:06:30 +0000
commitea8bc8b96cc518b0fdcd7f2fee0d4689b12b5a2e (patch)
treebc4f4c8581c7726f8708c2ab6ad1ce15c2bbc7b2 /src/options.c
parentadded timestamp to file, stdout and stderr log messages (diff)
moved from execl to execve
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 2300794..d6428f0 100644
--- a/src/options.c
+++ b/src/options.c
@@ -446,7 +446,7 @@ void options_print_usage()
#endif
printf(" [-K|--key] <master key> master key to use for encryption\n");
printf(" [-A|--salt] <master salt> master salt to use for encryption\n");
- printf(" [-e|--role] <role> left (alice) or right (bob)");
+ printf(" [-e|--role] <role> left (alice) or right (bob)\n");
printf(" [-c|--cipher] <cipher type> payload encryption algorithm\n");
printf(" [-a|--auth-algo] <algo type> message authentication algorithm\n");
printf(" [-b|--auth-tag-length] <length> length of the auth tag\n");