From 84e60e5f998a0c934d1992538a2e3b90b10a2af3 Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka 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 Reviewed-By: Christian Heimes --- 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 8ffd2b0ad..478b500b5 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.com@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"),