From e2922aa82069f93d70ae08acbac4832c102b18d3 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Fri, 1 Mar 2019 07:48:03 +0300 Subject: [PATCH] fixed short options --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index d9b1f44..0607300 100644 --- a/src/main.c +++ b/src/main.c @@ -41,7 +41,7 @@ #include "http.h" -static const char _short_opts[] = "d:i:x:y:f:a:z:tn:w:q:c:s:p:u:ro:e:h"; +static const char _short_opts[] = "d:i:x:y:m:a:f:z:tb:w:q:c:s:p:u:ro:e:h"; static const struct option _long_opts[] = { {"device", required_argument, NULL, 'd'}, {"input", required_argument, NULL, 'i'},