X-Git-Url: https://git.donarmstrong.com/?p=samtools.git;a=blobdiff_plain;f=bam_plcmd.c;fp=bam_plcmd.c;h=852e9ee4c0203c7febb1a4d498eb96ad7a18bf98;hp=a51e7731b0616a8dcf0c4f709f20544f4997ca47;hb=c49928a6aaed32f56aa8da587fb9f38889c3b28c;hpb=4b0058f506960786fc4c988c512cd462e02f24ed diff --git a/bam_plcmd.c b/bam_plcmd.c index a51e773..852e9ee 100644 --- a/bam_plcmd.c +++ b/bam_plcmd.c @@ -523,7 +523,7 @@ int bam_mpileup(int argc, char *argv[]) fprintf(stderr, " -6 assume the quality is in the Illumina-1.3+ encoding\n"); fprintf(stderr, " -A count anomalous read pairs\n"); fprintf(stderr, " -B disable BAQ computation\n"); - fprintf(stderr, " -b FILE list of input BAM files [null]\n"); + fprintf(stderr, " -b FILE list of input BAM filenames, one per line [null]\n"); fprintf(stderr, " -C INT parameter for adjusting mapQ; 0 to disable [0]\n"); fprintf(stderr, " -d INT max per-BAM depth to avoid excessive memory usage [%d]\n", mplp.max_depth); fprintf(stderr, " -E recalculate extended BAQ on the fly thus ignoring existing BQs\n");