Updating docs example to use -L since that's best practice

This commit is contained in:
Eric Banks 2011-11-12 23:20:05 -05:00
parent af8e39c04d
commit 76d357be40
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ import java.util.*;
* -o output.vcf \
* -A DepthOfCoverage
* --variant input.vcf \
* -L input.vcf
* --dbsnp dbsnp.vcf
* </pre>
*