gss: fix test_acquire_cred usage description

This commit is contained in:
Luke Howard
2020-04-13 13:53:44 +10:00
parent 7df0195c26
commit 2d2d8a0979

View File

@@ -189,8 +189,8 @@ static struct getargs args[] = {
{"acquire-name", 0, arg_string, &acquire_name, "name", NULL },
{"acquire-type", 0, arg_string, &acquire_type, "type", NULL },
{"enctype", 0, arg_integer, &enctype, "enctype-num", NULL },
{"loops", 0, arg_integer, &num_loops, "enctype-num", NULL },
{"kerberos", 0, arg_flag, &kerberos_flag, "enctype-num", NULL },
{"loops", 0, arg_integer, &num_loops, "num-loops", NULL },
{"kerberos", 0, arg_flag, &kerberos_flag, NULL, NULL },
{"target-name", 0, arg_string, &target_name, "name", NULL },
{"ccache", 0, arg_string, &ccache, "name", NULL },
{"client-keytab", 0,arg_string, &client_keytab, "name", NULL },