Skip to content

Commit 92f911b

Browse files
nh13pd3
authored andcommitted
bcftools sort has duplicate -O in the usage
1 parent 6e72e59 commit 92f911b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vcfsort.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ static void usage(args_t *args)
337337
fprintf(stderr, "Options:\n");
338338
fprintf(stderr, " -m, --max-mem FLOAT[kMG] maximum memory to use [768M]\n"); // using metric units, 1M=1e6
339339
fprintf(stderr, " -o, --output FILE output file name [stdout]\n");
340-
fprintf(stderr, " -O, --output-type b|u|z|v b: compressed BCF, u: uncompressed BCF, z: compressed VCF, v: uncompressed VCF [v]\n");
341340
fprintf(stderr, " -O, --output-type u|b|v|z[0-9] u/b: un/compressed BCF, v/z: un/compressed VCF, 0-9: compression level [v]\n");
342341

343342
#ifdef _WIN32

0 commit comments

Comments
 (0)