Skip to content

Commit

Permalink
Fix a few typos in man page
Browse files Browse the repository at this point in the history
  • Loading branch information
jdagilliland committed Mar 31, 2016
1 parent bb7533e commit e10fc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bwa.1
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Output all found alignments for single-end or unpaired paired-end reads. These
alignments will be flagged as secondary alignments.
.TP
.B -C
Append append FASTA/Q comment to SAM output. This option can be used to
Append FASTA/Q comment to SAM output. This option can be used to
transfer read meta information (e.g. barcode) to the SAM output. Note that the
FASTA/Q comment (the string after a space in the header line) must conform the SAM
spec (e.g. BC:Z:CGTAC). Malformated comments lead to incorrect SAM output.
Expand All @@ -316,7 +316,7 @@ supplementary alignments.
Mark shorter split hits as secondary (for Picard compatibility).
.TP
.BI -v \ INT
Control the verbose level of the output. This option has not been fully
Control the verbosity level of the output. This option has not been fully
supported throughout BWA. Ideally, a value 0 for disabling all the output to
stderr; 1 for outputting errors only; 2 for warnings and errors; 3 for
all normal messages; 4 or higher for debugging. When this option takes value
Expand Down

0 comments on commit e10fc57

Please sign in to comment.