summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipa-join.c
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-02-15 08:22:13 -0500
committerRob Crittenden <rcritten@redhat.com>2011-02-18 10:37:46 -0500
commit7fe78b4e48ab54ef819244d13c7bd7f76ca9faa0 (patch)
tree45d810f48c28adbbc5944e45116e0b86072c7406 /ipa-client/ipa-join.c
parent478186e4852601f83153f657e9ccb2a472d45d38 (diff)
downloadfreeipa-7fe78b4e48ab54ef819244d13c7bd7f76ca9faa0.tar.gz
freeipa-7fe78b4e48ab54ef819244d13c7bd7f76ca9faa0.tar.xz
freeipa-7fe78b4e48ab54ef819244d13c7bd7f76ca9faa0.zip
Fixes in ipa-join man page
https://fedorahosted.org/freeipa/ticket/784 https://fedorahosted.org/freeipa/ticket/786 https://fedorahosted.org/freeipa/ticket/787
Diffstat (limited to 'ipa-client/ipa-join.c')
-rw-r--r--ipa-client/ipa-join.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/ipa-client/ipa-join.c b/ipa-client/ipa-join.c
index c3818f21e..b66c4299a 100644
--- a/ipa-client/ipa-join.c
+++ b/ipa-client/ipa-join.c
@@ -1035,19 +1035,19 @@ main(int argc, const char **argv) {
int unenroll = 0;
struct poptOption options[] = {
{ "debug", 'd', POPT_ARG_NONE, &debug, 0,
- _("Print the raw XML-RPC output"), _("XML-RPC debugging Output") },
+ _("Print the raw XML-RPC output in GSSAPI mode"), NULL },
{ "quiet", 'q', POPT_ARG_NONE, &quiet, 0,
- _("Print as little as possible"), _("Output only on errors") },
+ _("Quiet mode. Only errors are displayed."), NULL },
{ "unenroll", 'u', POPT_ARG_NONE, &unenroll, 0,
- _("Unenroll this host"), _("Unenroll this host from IPA server") },
+ _("Unenroll this host from IPA server"), NULL },
{ "hostname", 'h', POPT_ARG_STRING, &hostname, 0,
- _("Use this hostname instead of the node name"), _("Host Name") },
+ _("Hostname of this server"), _("hostname") },
{ "server", 's', POPT_ARG_STRING, &server, 0,
- _("IPA Server to use"), _("IPA Server Name") },
+ _("IPA Server to use"), _("hostname") },
{ "keytab", 'k', POPT_ARG_STRING, &keytab, 0,
- _("File were to store the keytab information"), _("Keytab File Name") },
+ _("Specifies where to store keytab information."), _("filename") },
{ "bindpw", 'w', POPT_ARG_STRING, &bindpw, 0,
- _("LDAP password"), _("password to use if not using kerberos") },
+ _("LDAP password (if not using Kerberos)"), _("password") },
POPT_AUTOHELP
POPT_TABLEEND
};