@@ -601,10 +601,10 @@ static void usage(args_t *args)
601601 fprintf (stderr , " -i, --include EXPR Select sites for which the expression is true\n" );
602602 fprintf (stderr , " -r, --regions REGION Restrict to comma-separated list of regions\n" );
603603 fprintf (stderr , " -R, --regions-file FILE Restrict to regions listed in a file\n" );
604- fprintf (stderr , " --regions-overlap 0|1|2 Include if POS in the region (0), record overlaps (1), variant overlaps (2) [1]\n" );
604+ fprintf (stderr , " --regions-overlap 0|1|2 Include if POS in the region (0), record overlaps (1), variant overlaps (2) [1]\n" );
605605 fprintf (stderr , " -t, --targets REGION Similar to -r but streams rather than index-jumps\n" );
606606 fprintf (stderr , " -T, --targets-file FILE Similar to -R but streams rather than index-jumps\n" );
607- fprintf (stderr , " --targets-overlap 0|1|2 Include if POS in the region (0), record overlaps (1), variant overlaps (2) [0]\n" );
607+ fprintf (stderr , " --targets-overlap 0|1|2 Include if POS in the region (0), record overlaps (1), variant overlaps (2) [0]\n" );
608608 fprintf (stderr , "VCF output options:\n" );
609609 fprintf (stderr , " --no-version Do not append version and command line to the header\n" );
610610 fprintf (stderr , " -o, --output FILE Write output to a file [standard output]\n" );
0 commit comments