Use "Fl Fl" for long options.
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
05a432aaed
commit
db8e287e41
@@ -39,23 +39,23 @@
|
||||
.Nd map a password into a key
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl 5 | Fl -version5
|
||||
.Op Fl 4 | Fl -version4
|
||||
.Op Fl a | Fl -afs
|
||||
.Op Fl 5 | Fl Fl version5
|
||||
.Op Fl 4 | Fl Fl version4
|
||||
.Op Fl a | Fl Fl afs
|
||||
.Oo Fl c Ar cell \*(Ba Xo
|
||||
.Fl -cell= Ns Ar cell
|
||||
.Fl Fl cell= Ns Ar cell
|
||||
.Xc
|
||||
.Oc
|
||||
.Oo Fl w Ar password \*(Ba Xo
|
||||
.Fl -password= Ns Ar password
|
||||
.Fl Fl password= Ns Ar password
|
||||
.Xc
|
||||
.Oc
|
||||
.Oo Fl p Ar principal \*(Ba Xo
|
||||
.Fl -principal= Ns Ar principal
|
||||
.Fl Fl principal= Ns Ar principal
|
||||
.Xc
|
||||
.Oc
|
||||
.Oo Fl k Ar string \*(Ba Xo
|
||||
.Fl -keytype= Ns Ar string
|
||||
.Fl Fl keytype= Ns Ar string
|
||||
.Xc
|
||||
.Oc
|
||||
.Ar password
|
||||
@@ -65,21 +65,21 @@ performs the string-to-key function.
|
||||
This is useful when you want to handle the raw key instead of the password.
|
||||
Supported options:
|
||||
.Bl -tag -width Ds
|
||||
.It Fl 5 , Fl -version5
|
||||
.It Fl 5 , Fl Fl version5
|
||||
Output Kerberos v5 string-to-key
|
||||
.It Fl 4 , Fl -version4
|
||||
.It Fl 4 , Fl Fl version4
|
||||
Output Kerberos v4 string-to-key
|
||||
.It Fl a , Fl -afs
|
||||
.It Fl a , Fl Fl afs
|
||||
Output AFS string-to-key
|
||||
.It Fl c Ar cell , Fl -cell= Ns Ar cell
|
||||
.It Fl c Ar cell , Fl Fl cell= Ns Ar cell
|
||||
AFS cell to use
|
||||
.It Fl w Ar password , Fl -password= Ns Ar password
|
||||
.It Fl w Ar password , Fl Fl password= Ns Ar password
|
||||
Password to use
|
||||
.It Fl p Ar principal , Fl -principal= Ns Ar principal
|
||||
.It Fl p Ar principal , Fl Fl principal= Ns Ar principal
|
||||
Kerberos v5 principal to use
|
||||
.It Fl k Ar string , Fl -keytype= Ns Ar string
|
||||
.It Fl k Ar string , Fl Fl keytype= Ns Ar string
|
||||
Keytype
|
||||
.It Fl -version
|
||||
.It Fl Fl version
|
||||
print version
|
||||
.It Fl -help
|
||||
.It Fl Fl help
|
||||
.El
|
||||
|
Reference in New Issue
Block a user