summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-19 22:09:33 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-19 22:09:33 +0000
commit66bafc4dff6f10f21c8e3936c65d50a670af2bab (patch)
tree6a4ccee899a6fd478f5315691dbb157135138f78 /src/options.c
parentmoved signal init to better place (diff)
fixed bug which prevents uanytun from detecting device type properly
some cleanup
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/options.c b/src/options.c
index 4f97bfe..4b8dc33 100644
--- a/src/options.c
+++ b/src/options.c
@@ -312,7 +312,6 @@ void options_print_usage()
{
printf("USAGE:\n");
printf("uanytun [-h|--help] prints this...\n");
-// printf(" [-f|--config] <file> the config file\n");
printf(" [-D|--nodaemonize] don't run in background\n");
printf(" [-C|--chroot] chroot and drop privileges\n");
printf(" [-u|--username] <username> if chroot change to this user\n");
@@ -336,7 +335,7 @@ void options_print_usage()
printf(" [-k|--kd-prf] <kd-prf type> key derivation pseudo random function\n");
printf(" [-l|--ld-kdr] <ld-kdr> log2 of key derivation rate\n");
#ifndef NO_PASSPHRASE
- printf(" [-E|--passphrase <pass phrase> a passprhase to generate master key and salt from\n");
+ printf(" [-E|--passphrase] <pass phrase> a passprhase to generate master key and salt from\n");
#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");