]> git.donarmstrong.com Git - fastq-tools.git/blobdiff - doc/fastq-sample.1
Fix the weird output behavior of fastq-sample.
[fastq-tools.git] / doc / fastq-sample.1
index 4ce0cb4e6b87c2d20d7c7c0a2385a9fbafdc3b85..0ec7d7273e4c9fb420282c6515a0c73fe9a3eabe 100644 (file)
@@ -28,7 +28,7 @@ sampling with replacement, this number may be greater than 1.0.
 \fB\-o\fR, \fB\-\-output=PREFIX\fR
 The filename prefix to which output should be written. If single-end data is
 being sampled, the output file is [PREFIX].fastq, and with paired-end,
-[PREFIX].1.fastq and [PREFIX].2.fastq.
+[PREFIX].1.fastq and [PREFIX].2.fastq. (Default: \"sample\")
 .TP
 \fB\-r\fR, \fB\-\-with\-replacement\fR
 Sample with replacement. (By default, sampling is done without replacement.)