git: 1384d1882747 - stable/13 - rpc.tlsservd: Add the -2 option to the usage line

From: Rick Macklem <rmacklem_at_FreeBSD.org>
Date: Sun, 05 Jun 2022 00:47:55 UTC
The branch stable/13 has been updated by rmacklem:

URL: https://cgit.FreeBSD.org/src/commit/?id=1384d18827474f2ae142ff483e63ce04198abe5e

commit 1384d18827474f2ae142ff483e63ce04198abe5e
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2022-05-22 21:36:20 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2022-06-05 00:47:07 +0000

    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.
    
    (cherry picked from commit b4fa7fde15854a7d40ca66694d6589fd45060050)
---
 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 206a1f4fd3bd..6bd910af34cd 100644
--- a/usr.sbin/rpc.tlsservd/rpc.tlsservd.c
+++ b/usr.sbin/rpc.tlsservd/rpc.tlsservd.c
@@ -238,6 +238,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] "