]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/vcfutils.pl
* vcfutils.pl: fixed a typo in help message
[samtools.git] / bcftools / vcfutils.pl
index 0506c5dbacb4e4480eebf4eab5990787d423c7f9..eed8766464e9b63e08268a97b146d3464705a042 100755 (executable)
@@ -322,8 +322,8 @@ sub filter4vcf {
   die(qq/
 Usage:   vcfutils.pl filter4vcf [options] <in.vcf>
 
-Options: -d INT     min total depth (given DP or DP4) [$opts{D}]
-         -D INT     max total depth [$opts{d}]
+Options: -d INT     min total depth (given DP or DP4) [$opts{d}]
+         -D INT     max total depth [$opts{D}]
          -q INT     min SNP quality [$opts{q}]
          -Q INT     min RMS mapQ (given MQ) [$opts{Q}]
          -1 FLOAT   min P-value for strand bias (given PV4) [$opts{1}]