The branch main has been updated by rmacklem:

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

commit b387a075d9db81a7bcc3adcc7c1c5ba93e8d8f66
Author:     Rick Macklem <[email protected]>
AuthorDate: 2022-05-22 21:41:20 +0000
Commit:     Rick Macklem <[email protected]>
CommitDate: 2022-05-22 21:41:20 +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.
    
    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 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] "

Reply via email to