Skip to content

Commit

Permalink
Parse an argument for max-tail-len
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Jun 25, 2024
1 parent 9a837c6 commit b888fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/surject_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ int main_surject(int argc, char** argv) {
{"into-paths", required_argument, 0, 'F'},
{"ref-paths", required_argument, 0, 'F'}, // Now an alias for --into-paths
{"subpath-local", no_argument, 0, 'l'},
{"max-tail-len", no_argument, 0, 'T'},
{"max-tail-len", required_argument, 0, 'T'},
{"interleaved", no_argument, 0, 'i'},
{"multimap", no_argument, 0, 'M'},
{"gaf-input", no_argument, 0, 'G'},
Expand Down

1 comment on commit b888fa8

@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 no-tail-surject. View the full report here.

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

Please sign in to comment.