Skip to content

Commit

Permalink
shell: fix help string in set outformat
Browse files Browse the repository at this point in the history
Closes Yubico#30
  • Loading branch information
a-dma committed Mar 6, 2019
1 parent 3de8f40 commit f299b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ void create_command_list(CommandList *c) {
NULL, NULL});
register_subcommand(*c, (Command){"outformat", yh_com_set_outformat,
"I:format", fmt_nofmt, fmt_nofmt,
"Set input format", NULL, NULL});
"Set output format", NULL, NULL});
register_subcommand(*c, (Command){"cacert", yh_com_set_cacert, "s:file",
fmt_nofmt, fmt_nofmt,
"Set CA cert to use for https to connector",
Expand Down

0 comments on commit f299b02

Please sign in to comment.