charon-cmd: Simplify usage output for authentication profiles

The man page describes the min full.
This commit is contained in:
Tobias Brunner
2013-06-21 16:04:45 +02:00
parent e8d6b91ebd
commit 463314b55a
+3 -11
View File
@@ -54,16 +54,8 @@ cmd_option_t cmd_options[CMD_OPT_COUNT] = {
"remote traffic selector to propose for remote side", {}},
{ CMD_OPT_PROFILE, "profile", required_argument, "name",
"authentication profile to use, where name is one of:", {
"ikev2-pub: IKEv2 with public key client authentication",
"ikev2-eap: IKEv2 with client EAP",
"ikev2-pub-eap: IKEv2 with public key client authentication + client EAP",
"ikev1-pub: IKEv1 public key authentication",
"ikev1-pub-am: use Aggressive Mode",
"ikev1-xauth: IKEv1 public key authentication + initiator XAuth",
"ikev1-xauth-am: use Aggressive Mode",
"ikev1-xauth-psk: IKEv1 PSK authentication + initiator XAuth (INSECURE!)",
"ikev1-xauth-psk-am: use Aggressive Mode",
"ikev1-hybrid: IKEv1 public key responder only + initiator XAuth",
"ikev1-hybrid-am: use Aggressive Mode",
" ikev2-pub, ikev2-eap, ikev2-pub-eap",
" ikev1-pub[-am], ikev1-xauth[-am],",
" ikev1-xauth-psk[-am], ikev1-hybrid[-am]",
}},
};