From: Yoshimasa Niwa Date: Sun, 4 Nov 2018 07:20:53 +0000 (-0700) Subject: Update documentations for `--use-keychain`. X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=964798c66fd402b024957998ba421c37d0cdd0c9;p=users%2Fdwmw2%2Fopenconnect.git Update documentations for `--use-keychain`. --- diff --git a/main.c b/main.c index cdc9b731..2445ce31 100644 --- a/main.c +++ b/main.c @@ -809,7 +809,7 @@ static void usage(void) printf(" --non-inter %s\n", _("Do not expect user input; exit if it is required")); printf(" --passwd-on-stdin %s\n", _("Read password from standard input")); #if ENABLE_KEYCHAIN - printf(" --use-keychain=ACCOUNT %s\n", _("Look up Keychain to fill password form options")); + printf(" --use-keychain=ACCOUNT %s\n", _("Look up Keychain to fill password form fields")); #endif printf(" --authgroup=GROUP %s\n", _("Choose authentication login selection")); printf(" -c, --certificate=CERT %s\n", _("Use SSL client certificate CERT")); diff --git a/openconnect.8.in b/openconnect.8.in index eac57d4c..2253f5bb 100644 --- a/openconnect.8.in +++ b/openconnect.8.in @@ -57,7 +57,7 @@ openconnect \- Multi-protocol VPN client, for Cisco AnyConnect VPNs and others .OP \-\-no\-xmlpost .OP \-\-non\-inter .OP \-\-passwd\-on\-stdin -.OP \-\-use-keychain string +.OP \-\-use\-keychain string .OP \-\-protocol proto .OP \-\-token\-mode mode .OP \-\-token\-secret {secret\fR[\fI,counter\fR]|@\fIfile\fR} @@ -428,12 +428,12 @@ Do not expect user input; exit if it is required. Read password from standard input .TP .B \-\-use\-keychain=ACCOUNT -Look up Keychain to fill password form options. +Look up Keychain to fill password form field. .I ACCOUNT is a base name of Keychain items. For example, if .I ACCOUNT -is "companyvpn", it creates item named "companyvpn:token" for "token" -password form option. +is "companyvpn", it looks up Keychain item named "companyvpn:token" for +"token" password form field. .TP .B \-\-protocol=PROTO Select VPN protocol