From b387a075d9db81a7bcc3adcc7c1c5ba93e8d8f66 Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Sun, 22 May 2022 14:41:20 -0700 Subject: [PATCH] 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. MFC after: 2 weeks --- 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 0c2549578f2..841c0b4e311 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] " -- 2.45.2