diff options
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |