(kt_remove): -t should be -e

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6239 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-05-14 13:49:01 +00:00
parent aba069a1a9
commit 1d6f9de306

View File

@@ -92,7 +92,7 @@ kt_remove(int argc, char **argv)
struct getargs args[] = {
{ "principal", 'p', arg_string, NULL, "principal to remove" },
{ "kvno", 'V', arg_integer, NULL, "key version to remove" },
{ "enctype", 't', arg_string, NULL, "enctype to remove" },
{ "enctype", 'e', arg_string, NULL, "enctype to remove" },
{ "help", 'h', arg_flag, NULL }
};
int num_args = sizeof(args) / sizeof(args[0]);