From ea8bc8b96cc518b0fdcd7f2fee0d4689b12b5a2e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 24 Jun 2009 00:06:30 +0000 Subject: moved from execl to execve --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.c') 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 to use for encryption\n"); printf(" [-A|--salt] master salt to use for encryption\n"); - printf(" [-e|--role] left (alice) or right (bob)"); + printf(" [-e|--role] left (alice) or right (bob)\n"); printf(" [-c|--cipher] payload encryption algorithm\n"); printf(" [-a|--auth-algo] message authentication algorithm\n"); printf(" [-b|--auth-tag-length] length of the auth tag\n"); -- cgit v1.2.3