Skip to content

Commit

Permalink
Fix options parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Apr 13, 2024
1 parent 6e9b8b7 commit f518fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ char* gOverrideLibcheckra1nHelper = NULL;
static struct option longopts[] = {
{"setup-partial-fakefs", no_argument, NULL, 'B'},
{"setup-fakefs", no_argument, NULL, 'c'},
{"clean-fakefs", no_argument, NULL, 'c'},
{"clean-fakefs", no_argument, NULL, 'C'},
{"dfuhelper", no_argument, NULL, 'D'},
{"help", no_argument, NULL, 'h'},
{"pongo-shell", no_argument, NULL, 'p'},
Expand Down

0 comments on commit f518fee

Please sign in to comment.