From 5e185047e1411d57751f1d2523b7fb266f3860b5 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 20 Jun 2013 21:54:11 +0200 Subject: charon-cmd: Shortened and fixed command descriptions --- src/charon-cmd/cmd/cmd_options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/charon-cmd/cmd/cmd_options.c') diff --git a/src/charon-cmd/cmd/cmd_options.c b/src/charon-cmd/cmd/cmd_options.c index c9778d0e4..175aa4269 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", -- cgit v1.2.3