Skip to content

Commit

Permalink
Fix option "record-format" related short opt
Browse files Browse the repository at this point in the history
  • Loading branch information
clang-clang-clang committed Sep 27, 2019
1 parent ffdbf59 commit 513d1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ parse_args(struct args *args, int argc, char *argv[]) {
{"push-target", required_argument, NULL,
OPT_PUSH_TARGET},
{"record", required_argument, NULL, 'r'},
{"record-format", required_argument, NULL, 'f'},
{"record-format", required_argument, NULL, 'F'},
{"render-expired-frames", no_argument, NULL,
OPT_RENDER_EXPIRED_FRAMES},
{"serial", required_argument, NULL, 's'},
Expand Down

0 comments on commit 513d1ac

Please sign in to comment.