Skip to content

Commit 65cbaea

Browse files
committed
Make --hts-verbose work, incorrect optkey was used
1 parent 9f4bef6 commit 65cbaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcfview.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ int main_vcfview(int argc, char *argv[])
619619
{"exclude-phased",no_argument,NULL,'P'},
620620
{"no-version",no_argument,NULL,8},
621621
{"write-index",optional_argument,NULL,'W'},
622-
{"hts-verbose",required_argument,NULL,9},
622+
{"hts-verbose",required_argument,NULL,10},
623623
{NULL,0,NULL,0}
624624
};
625625
char *tmp;

0 commit comments

Comments
 (0)