From 7ec6721c4447d0bbd1e101bed0ce457a238ca23c Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 11 May 2018 10:00:11 -0400 Subject: [PATCH] r772: option -Y not working --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 719ecd4..376f18f 100644 --- a/main.c +++ b/main.c @@ -10,7 +10,7 @@ #include "getopt.h" #endif -#define MM_VERSION "2.10-r770-dirty" +#define MM_VERSION "2.10-r772-dirty" #ifdef __linux__ #include @@ -96,7 +96,7 @@ static inline void yes_or_no(mm_mapopt_t *opt, int flag, int long_idx, const cha int main(int argc, char *argv[]) { - const char *opt_str = "2aSDw:k:K:t:r:f:Vv:g:G:I:d:XT:s:x:Hcp:M:n:z:A:B:O:E:m:N:Qu:R:hF:LC:y"; + const char *opt_str = "2aSDw:k:K:t:r:f:Vv:g:G:I:d:XT:s:x:Hcp:M:n:z:A:B:O:E:m:N:Qu:R:hF:LC:yY"; mm_mapopt_t opt; mm_idxopt_t ipt; int i, c, n_threads = 3, long_idx;