From 06e698d4ca55451771b8cfcd71f03088447464f7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Dec 2019 22:25:00 -0800 Subject: [PATCH] bug fix --- main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cc b/main.cc index f445e08f..b0931f75 100644 --- a/main.cc +++ b/main.cc @@ -88,7 +88,7 @@ bool install_plugin(char * name) { } void parse_options(struct model_params *params) { - const char *shortopts = "hrnt:o:x:v:m:f::"; + const char *shortopts = "hrnt:o:x:v:m:f:"; const struct option longopts[] = { {"help", no_argument, NULL, 'h'}, {"removevisible", no_argument, NULL, 'r'}, -- 2.34.1