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
42
kdc/hprop.8
42
kdc/hprop.8
@@ -41,36 +41,36 @@
|
||||
.Nm
|
||||
.Bk -words
|
||||
.Oo Fl m Ar file \*(Ba Xo
|
||||
.Fl -master-key= Ns Pa file
|
||||
.Fl Fl master-key= Ns Pa file
|
||||
.Xc
|
||||
.Oc
|
||||
.Oo Fl d Ar file \*(Ba Xo
|
||||
.Fl -database= Ns Pa file
|
||||
.Fl Fl database= Ns Pa file
|
||||
.Xc
|
||||
.Oc
|
||||
.Op Fl -source= Ns Ar heimdal|mit-dump
|
||||
.Op Fl Fl source= Ns Ar heimdal|mit-dump
|
||||
.Oo Fl r Ar string \*(Ba Xo
|
||||
.Fl -v4-realm= Ns Ar string
|
||||
.Fl Fl v4-realm= Ns Ar string
|
||||
.Xc
|
||||
.Oc
|
||||
.Oo Fl c Ar cell \*(Ba Xo
|
||||
.Fl -cell= Ns Ar cell
|
||||
.Fl Fl cell= Ns Ar cell
|
||||
.Xc
|
||||
.Oc
|
||||
.Oo Fl k Ar keytab \*(Ba Xo
|
||||
.Fl -keytab= Ns Ar keytab
|
||||
.Fl Fl keytab= Ns Ar keytab
|
||||
.Xc
|
||||
.Oc
|
||||
.Oo Fl R Ar string \*(Ba Xo
|
||||
.Fl -v5-realm= Ns Ar string
|
||||
.Fl Fl v5-realm= Ns Ar string
|
||||
.Xc
|
||||
.Oc
|
||||
.Op Fl D | Fl -decrypt
|
||||
.Op Fl E | Fl -encrypt
|
||||
.Op Fl n | Fl -stdout
|
||||
.Op Fl v | Fl -verbose
|
||||
.Op Fl -version
|
||||
.Op Fl h | Fl -help
|
||||
.Op Fl D | Fl Fl decrypt
|
||||
.Op Fl E | Fl Fl encrypt
|
||||
.Op Fl n | Fl Fl stdout
|
||||
.Op Fl v | Fl Fl verbose
|
||||
.Op Fl Fl version
|
||||
.Op Fl h | Fl Fl help
|
||||
.Op Ar host Ns Op : Ns Ar port
|
||||
.Ar ...
|
||||
.Ek
|
||||
@@ -89,11 +89,11 @@ specified on the command by opening a TCP connection to port 754
|
||||
.Pp
|
||||
Supported options:
|
||||
.Bl -tag -width Ds
|
||||
.It Fl m Ar file , Fl -master-key= Ns Pa file
|
||||
.It Fl m Ar file , Fl Fl master-key= Ns Pa file
|
||||
Where to find the master key to encrypt or decrypt keys with.
|
||||
.It Fl d Ar file , Fl -database= Ns Pa file
|
||||
.It Fl d Ar file , Fl Fl database= Ns Pa file
|
||||
The database to be propagated.
|
||||
.It Fl -source= Ns Ar heimdal|mit-dump|krb4-dump|kaserver
|
||||
.It Fl Fl source= Ns Ar heimdal|mit-dump|krb4-dump|kaserver
|
||||
Specifies the type of the source database. Alternatives include:
|
||||
.Pp
|
||||
.Bl -tag -width mit-dump -compact -offset indent
|
||||
@@ -102,21 +102,21 @@ a Heimdal database
|
||||
.It mit-dump
|
||||
a MIT Kerberos 5 dump file
|
||||
.El
|
||||
+.It Fl k Ar keytab , Fl -keytab= Ns Ar keytab
|
||||
+.It Fl k Ar keytab , Fl Fl keytab= Ns Ar keytab
|
||||
The keytab to use for fetching the key to be used for authenticating
|
||||
to the propagation daemon(s). The key
|
||||
.Pa hprop/hostname
|
||||
is used from this keytab. The default is to fetch the key from the
|
||||
KDC database.
|
||||
.It Fl R Ar string , Fl -v5-realm= Ns Ar string
|
||||
.It Fl R Ar string , Fl Fl v5-realm= Ns Ar string
|
||||
Local realm override.
|
||||
.It Fl D , Fl -decrypt
|
||||
.It Fl D , Fl Fl decrypt
|
||||
The encryption keys in the database can either be in clear, or
|
||||
encrypted with a master key. This option transmits the database with
|
||||
unencrypted keys.
|
||||
.It Fl E , Fl -encrypt
|
||||
.It Fl E , Fl Fl encrypt
|
||||
This option transmits the database with encrypted keys.
|
||||
.It Fl n , Fl -stdout
|
||||
.It Fl n , Fl Fl stdout
|
||||
Dump the database on stdout, in a format that can be fed to hpropd.
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
|
Reference in New Issue
Block a user