(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:
@@ -92,7 +92,7 @@ kt_remove(int argc, char **argv)
|
|||||||
struct getargs args[] = {
|
struct getargs args[] = {
|
||||||
{ "principal", 'p', arg_string, NULL, "principal to remove" },
|
{ "principal", 'p', arg_string, NULL, "principal to remove" },
|
||||||
{ "kvno", 'V', arg_integer, NULL, "key version 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 }
|
{ "help", 'h', arg_flag, NULL }
|
||||||
};
|
};
|
||||||
int num_args = sizeof(args) / sizeof(args[0]);
|
int num_args = sizeof(args) / sizeof(args[0]);
|
||||||
|
Reference in New Issue
Block a user