summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2015-02-09 20:44:31 -0700
committerMartin Kosek <mkosek@redhat.com>2015-02-10 08:30:46 +0100
commit959b0efa386e60d9b72c1c8852ba95349f1e0d2c (patch)
tree9b8c9af4610208da2aefffa9d8e3e8f8e0017555 /ipa-client
parent782ad366390e1672ebe3584b2c88f58d757e38b3 (diff)
downloadfreeipa-959b0efa386e60d9b72c1c8852ba95349f1e0d2c.tar.gz
freeipa-959b0efa386e60d9b72c1c8852ba95349f1e0d2c.tar.xz
freeipa-959b0efa386e60d9b72c1c8852ba95349f1e0d2c.zip
Typos in ipa-rmkeytab options help and man page
https://fedorahosted.org/freeipa/ticket/4890 Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'ipa-client')
-rw-r--r--ipa-client/ipa-rmkeytab.c4
-rw-r--r--ipa-client/man/ipa-rmkeytab.12
2 files changed, 3 insertions, 3 deletions
diff --git a/ipa-client/ipa-rmkeytab.c b/ipa-client/ipa-rmkeytab.c
index a2a292e3d..3687b1dc7 100644
--- a/ipa-client/ipa-rmkeytab.c
+++ b/ipa-client/ipa-rmkeytab.c
@@ -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
diff --git a/ipa-client/man/ipa-rmkeytab.1 b/ipa-client/man/ipa-rmkeytab.1
index 4f4fcee26..53f775439 100644
--- a/ipa-client/man/ipa-rmkeytab.1
+++ b/ipa-client/man/ipa-rmkeytab.1
@@ -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.