From b4fa7fde15854a7d40ca66694d6589fd45060050 Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Sun, 22 May 2022 14:36:20 -0700 Subject: [PATCH] rpc.tlsservd: Add the -2 option to the usage line Commit 0637b12b13be added the -2 option to allow 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.tlsservd/rpc.tlsservd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/rpc.tlsservd/rpc.tlsservd.c b/usr.sbin/rpc.tlsservd/rpc.tlsservd.c index be81b1bab1fc..8c364584a76c 100644 --- a/usr.sbin/rpc.tlsservd/rpc.tlsservd.c +++ b/usr.sbin/rpc.tlsservd/rpc.tlsservd.c @@ -237,6 +237,7 @@ main(int argc, char **argv) break; default: fprintf(stderr, "usage: %s " + "[-2/--allowtls1_2] " "[-C/--ciphers available_ciphers] " "[-D/--certdir certdir] [-d/--debuglevel] " "[-h/--checkhost] "