make -f mean forwardable

This commit is contained in:
Love Hornquist Astrand
2010-11-04 10:19:04 -07:00
parent 1d9072f026
commit 7d710765b6

View File

@@ -107,7 +107,10 @@ static struct getargs args[] = {
{ "cache", 'c', arg_string, &cred_cache,
NP_("credentials cache", ""), "cachename" },
{ "forwardable", 'f', arg_negative_flag, &forwardable_flag,
{ "forwardable", 0, arg_negative_flag, &forwardable_flag,
NP_("get forwardable tickets", "")},
{ NULL, 'f', arg_flag, &forwardable_flag,
NP_("get forwardable tickets", "")},
{ "keytab", 't', arg_string, &keytab_str,