gss: fix test_acquire_cred usage description
This commit is contained in:
@@ -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 },
|
||||
|
Reference in New Issue
Block a user