From d6a79f9cd826e26b453aa73c82a3eec510e5df75 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 24 Feb 2010 11:41:34 -0500 Subject: Add the popt auto-help/usage macro for enhanced help output. --- ipa-client/ipa-rmkeytab.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipa-client/ipa-rmkeytab.c') diff --git a/ipa-client/ipa-rmkeytab.c b/ipa-client/ipa-rmkeytab.c index 867473bc..04337987 100644 --- a/ipa-client/ipa-rmkeytab.c +++ b/ipa-client/ipa-rmkeytab.c @@ -153,7 +153,8 @@ main(int argc, char **argv) { "principal", 'p', POPT_ARG_STRING, &principal, 0, "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", "Keytab File Name" }, { "realm", 'r', POPT_ARG_STRING, &realm, 0, "Remove all principals in this realm", "Realm name" }, -{ NULL, 0, POPT_ARG_NONE, NULL, 0, NULL, NULL } + POPT_AUTOHELP + POPT_TABLEEND }; memset(&ktid, 0, sizeof(ktid)); -- cgit