URL: https://github.com/freeipa/freeipa/pull/1859
Author: stlaz
 Title: #1859: Fix typo in ipa-getkeytab --help
Action: opened

PR body:
"""
Fix the typo in ipa-getkeytab -k option description by
replacing the text with the one from man
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1859/head:pr1859
git checkout pr1859
From e879f15130428e6f58eb7299011f18b0fab61f8f Mon Sep 17 00:00:00 2001
From: Stanislav Laznicka <slazn...@redhat.com>
Date: Wed, 25 Apr 2018 10:48:05 +0200
Subject: [PATCH] Fix typo in ipa-getkeytab --help

Fix the typo in ipa-getkeytab -k option description by
replacing the text with the one from man
---
 client/ipa-getkeytab.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/client/ipa-getkeytab.c b/client/ipa-getkeytab.c
index 8ffd2b0ad1..478b500b56 100644
--- a/client/ipa-getkeytab.c
+++ b/client/ipa-getkeytab.c
@@ -763,7 +763,8 @@ int main(int argc, const char *argv[])
               _("The principal to get a keytab for (ex: ftp/ftp.example....@example.com)"),
               _("Kerberos Service Principal Name") },
             { "keytab", 'k', POPT_ARG_STRING, &keytab, 0,
-              _("File were to store the keytab information"),
+              _("The keytab file to append the new key to (will be "
+                "created if it does not exist)."),
               _("Keytab File Name") },
 	    { "enctypes", 'e', POPT_ARG_STRING, &enctypes_string, 0,
               _("Encryption types to request"),
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to