We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f52afc commit f6b8598Copy full SHA for f6b8598
1 file changed
src/params/sam.rs
@@ -87,7 +87,7 @@ impl clap::Args for OutSamType {
87
.default_values(["SAM"])
88
.help(
89
"Output type: SAM, BAM Unsorted, BAM SortedByCoordinate, None. \
90
- Provide as space-separated tokens, e.g. \"BAM SortedByCoordinate\".",
+ Provide as space-separated tokens, e.g. `--outSAMtype BAM SortedByCoordinate`.",
91
),
92
)
93
}
@@ -146,7 +146,7 @@ impl clap::Args for OutSamUnmapped {
146
.default_values(["None"])
147
148
"Unmapped reads in SAM output: None, Within, or Within KeepPairs. \
149
- Provide as space-separated tokens.",
+ Provide as space-separated tokens, e.g. `--outSAMunmapped Within KeepPairs`.",
150
151
152
0 commit comments