From 374c258778a150ef5e3f2203ca3f7248508c2c5a Mon Sep 17 00:00:00 2001 From: Glenn Hickey Date: Thu, 8 Dec 2022 13:16:40 -0500 Subject: [PATCH] fix stats -p option parse --- src/subcommand/stats_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subcommand/stats_main.cpp b/src/subcommand/stats_main.cpp index 89022d8d647..37a9efece22 100644 --- a/src/subcommand/stats_main.cpp +++ b/src/subcommand/stats_main.cpp @@ -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.