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
This commit is contained in:
parent
915fc1afe5
commit
b4fa7fde15
@ -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] "
|
||||
|
Loading…
x
Reference in New Issue
Block a user