mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Typos in ipa-rmkeytab options help and man page
https://fedorahosted.org/freeipa/ticket/4890 Reviewed-By: Martin Kosek <mkosek@redhat.com>
This commit is contained in:
parent
5bad375656
commit
d251e5219e
@ -168,10 +168,10 @@ main(int argc, const char **argv)
|
||||
{ "debug", 'd', POPT_ARG_NONE, &debug, 0,
|
||||
_("Print debugging information"), _("Debugging output") },
|
||||
{ "principal", 'p', POPT_ARG_STRING, &principal, 0,
|
||||
_("The principal to get a keytab for (ex: ftp/ftp.example.com@EXAMPLE.COM)"),
|
||||
_("The principal to remove from the keytab (ex: ftp/ftp.example.com@EXAMPLE.COM)"),
|
||||
_("Kerberos Service Principal Name") },
|
||||
{ "keytab", 'k', POPT_ARG_STRING, &keytab, 0,
|
||||
_("File were to store the keytab information"), _("Keytab File Name") },
|
||||
_("The keytab file to remove the principcal(s) from"), _("Keytab File Name") },
|
||||
{ "realm", 'r', POPT_ARG_STRING, &realm, 0,
|
||||
_("Remove all principals in this realm"), _("Realm name") },
|
||||
POPT_AUTOHELP
|
||||
|
@ -54,7 +54,7 @@ the entry from the local keytab.
|
||||
The non\-realm part of the full principal name.
|
||||
.TP
|
||||
\fB\-k keytab\-file\fR
|
||||
The keytab file to append the principal(s) from.
|
||||
The keytab file to remove the principal(s) from.
|
||||
.TP
|
||||
\fB\-r realm\fR
|
||||
A realm to remove all principals for.
|
||||
|
Loading…
Reference in New Issue
Block a user