From: Tobias Brunner Date: Thu, 20 Jun 2013 19:54:11 +0000 (+0200) Subject: charon-cmd: Shortened and fixed command descriptions X-Git-Tag: 5.1.0dr1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e185047e1411d57751f1d2523b7fb266f3860b5;p=thirdparty%2Fstrongswan.git charon-cmd: Shortened and fixed command descriptions --- diff --git a/src/charon-cmd/cmd/cmd_options.c b/src/charon-cmd/cmd/cmd_options.c index c9778d0e49..175aa42696 100644 --- a/src/charon-cmd/cmd/cmd_options.c +++ b/src/charon-cmd/cmd/cmd_options.c @@ -37,7 +37,7 @@ cmd_option_t cmd_options[CMD_OPT_COUNT] = { { CMD_OPT_REMOTE_IDENTITY, "remote-identity", required_argument, "identity", "server identity to expect, defaults to host", {}}, { CMD_OPT_CERT, "cert", required_argument, "path", - "trusted certificate, for authentication or trust chain validation", {}}, + "certificate for authentication or trust chain validation", {}}, { CMD_OPT_RSA, "rsa", required_argument, "path", "RSA private key to use for authentication", {}}, { CMD_OPT_PKCS12, "p12", required_argument, "path", @@ -51,7 +51,7 @@ cmd_option_t cmd_options[CMD_OPT_COUNT] = { { CMD_OPT_LOCAL_TS, "local-ts", required_argument, "subnet", "additional traffic selector to propose for our side", {}}, { CMD_OPT_REMOTE_TS, "remote-ts", required_argument, "subnet", - "remote traffic selector to propose for remote side", {}}, + "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-eap, ikev2-pub-eap",