From 2d2d8a097920d32ffa0b7c11836fd545bd6bdad1 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 13 Apr 2020 13:53:44 +1000 Subject: [PATCH] gss: fix test_acquire_cred usage description --- lib/gssapi/test_acquire_cred.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gssapi/test_acquire_cred.c b/lib/gssapi/test_acquire_cred.c index 0e3c7ee1b..d92698322 100644 --- a/lib/gssapi/test_acquire_cred.c +++ b/lib/gssapi/test_acquire_cred.c @@ -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 }, -- 2.11.4.GIT