Skip to content

Commit

Permalink
Merge pull request #3809 from vgteam/deconstruct
Browse files Browse the repository at this point in the history
Fix stats -p option parse
  • Loading branch information
glennhickey authored Dec 8, 2022
2 parents ee745a4 + 374c258 commit 9bc52ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/stats_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ int main_stats(int argc, char** argv) {
};

int option_index = 0;
c = getopt_long (argc, argv, "hzlLsHTecdtn:NEa:vAro:ORFDb:",
c = getopt_long (argc, argv, "hzlLsHTecdtn:NEa:vAro:ORFDb:p:",
long_options, &option_index);

// Detect the end of the options.
Expand Down

1 comment on commit 9bc52ad

@adamnovak
Copy link
Member

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 merge to master. View the full report here.

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

Please sign in to comment.