From 822f7d839a1b5dc967cfb2988170ed836ae8c0d8 Mon Sep 17 00:00:00 2001 From: gramanas Date: Wed, 14 Nov 2018 13:35:43 +0200 Subject: minor code cleanup --- src/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions.c') diff --git a/src/actions.c b/src/actions.c index 965ed5c..dde18ef 100644 --- a/src/actions.c +++ b/src/actions.c @@ -308,7 +308,7 @@ int run_HELP(UserOpt *opt, Conf *conf) { #define X(ACTION) \ case CKA_##ACTION: \ get_possible_action_strings(tmp, CKA_##ACTION); \ - HELP("%s:\n%s", #ACTION, tmp); \ + HELP("%s", tmp); \ print_##ACTION##_help(); \ return 0; CK_ACTIONS -- cgit v1.2.3