Skip to content

Commit

Permalink
Make the long form --parameter-preset Giraffe option work
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak authored Jul 3, 2024
1 parent a049c6b commit feb0d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/giraffe_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ int main_giraffe(int argc, char** argv) {
{"discard", no_argument, 0, 'n'},
{"output-basename", required_argument, 0, OPT_OUTPUT_BASENAME},
{"report-name", required_argument, 0, OPT_REPORT_NAME},
{"fast-mode", no_argument, 0, 'b'},
{"parameter-preset", required_argument, 0, 'b'},
{"rescue-algorithm", required_argument, 0, 'A'},
{"fragment-mean", required_argument, 0, OPT_FRAGMENT_MEAN },
{"fragment-stdev", required_argument, 0, OPT_FRAGMENT_STDEV },
Expand Down

1 comment on commit feb0d6a

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch fix-parameter-preset. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17774 seconds

Please sign in to comment.