Skip to content

Commit

Permalink
fix stats -p option parse
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Dec 8, 2022
1 parent ee745a4 commit 374c258
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 374c258

@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 branch deconstruct. View the full report here.

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

Please sign in to comment.