git: 934aa8b5d032 - stable/13 - rpc.tlsclntd: Add the -2 option to the usage line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jun 2022 00:58:33 UTC
The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=934aa8b5d0324cb0714a45c1d0ba2f839059967a commit 934aa8b5d0324cb0714a45c1d0ba2f839059967a Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2022-05-22 21:41:20 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2022-06-05 00:57:56 +0000 rpc.tlsclntd: Add the -2 option to the usage line Commit 72bf76d6b8c9 added the -2 option to use TLS 1.2 NFS-over-TLS mounts. It did not add -2 to the usage message. This patch adds -2 to the usage message. (cherry picked from commit b387a075d9db81a7bcc3adcc7c1c5ba93e8d8f66) --- usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c b/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c index 0c2549578f2d..841c0b4e3114 100644 --- a/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c +++ b/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.c @@ -188,6 +188,7 @@ main(int argc, char **argv) break; default: fprintf(stderr, "usage: %s " + "[-2/--usetls1_2] " "[-C/--ciphers available_ciphers] " "[-D/--certdir certdir] [-d/--debuglevel] " "[-l/--verifylocs CAfile] [-m/--mutualverf] "