mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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 <cheimes@redhat.com>
This commit is contained in:
parent
2d5245cebc
commit
84e60e5f99
@ -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)"),
|
_("The principal to get a keytab for (ex: ftp/ftp.example.com@EXAMPLE.COM)"),
|
||||||
_("Kerberos Service Principal Name") },
|
_("Kerberos Service Principal Name") },
|
||||||
{ "keytab", 'k', POPT_ARG_STRING, &keytab, 0,
|
{ "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") },
|
_("Keytab File Name") },
|
||||||
{ "enctypes", 'e', POPT_ARG_STRING, &enctypes_string, 0,
|
{ "enctypes", 'e', POPT_ARG_STRING, &enctypes_string, 0,
|
||||||
_("Encryption types to request"),
|
_("Encryption types to request"),
|
||||||
|
Loading…
Reference in New Issue
Block a user