diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-08-13 17:57:13 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-08-13 17:57:13 +0200 |
commit | 5f9aa5edc8c4f347fc2f80f97f00df6d945610a3 (patch) | |
tree | 2017e2e5e37677ec9f4b5701aaf2c62cf8bb4cec /src/crywrap/crywrap.c | |
parent | 760bf0877f5057790d719459f9c7eb863ad19683 (diff) | |
download | gnutls-5f9aa5edc8c4f347fc2f80f97f00df6d945610a3.tar.gz |
removed unneeded defintions.
Diffstat (limited to 'src/crywrap/crywrap.c')
-rw-r--r-- | src/crywrap/crywrap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crywrap/crywrap.c b/src/crywrap/crywrap.c index 69afcd2f04..9c225c7a64 100644 --- a/src/crywrap/crywrap.c +++ b/src/crywrap/crywrap.c @@ -129,7 +129,7 @@ static const struct argp_option _crywrap_options[] = { {"key", 'k', "FILE", 0, "Server key", 2}, {"cert", 'c', "FILE", 0, "Server certificate", 2}, {"ca", 'z', "FILE", 0, "CA certificate", 2}, - {"anon", 'a', NULL, 0, "Enable anonymous authentication (don't use a certificate)", 2}, + {"anon", 'a', NULL, 0, "Enable anonymous authentication (no certificates)", 2}, {"verify", 'v', "LEVEL", OPTION_ARG_OPTIONAL, "Verify clients certificate (1: verify if exists, 2: require)", 2}, {NULL, 0, NULL, 0, "Other options:", 3}, @@ -138,7 +138,7 @@ static const struct argp_option _crywrap_options[] = { {"pidfile", 'P', "PATH", 0, "File to log the PID into", 3}, {"priority", 'p', "STRING", 0, "GnuTLS ciphersuite priority string", 3}, {"inetd", 'i', NULL, 0, "Enable inetd mode", 3}, - {"debug", 'D', NULL, 0, "Do not fork", 3}, + {"debug", 'D', NULL, 0, "Run the server into foreground", 3}, {0, 0, 0, 0, NULL, 0} }; |