The branch main has been updated by rmacklem:

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

commit b4fa7fde15854a7d40ca66694d6589fd45060050
Author:     Rick Macklem <rmack...@freebsd.org>
AuthorDate: 2022-05-22 21:36:20 +0000
Commit:     Rick Macklem <rmack...@freebsd.org>
CommitDate: 2022-05-22 21:36:20 +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.
    
    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] "

Reply via email to