Skip to content

Commit f6b8598

Browse files
committed
clarify space sep
1 parent 8f52afc commit f6b8598

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/params/sam.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl clap::Args for OutSamType {
8787
.default_values(["SAM"])
8888
.help(
8989
"Output type: SAM, BAM Unsorted, BAM SortedByCoordinate, None. \
90-
Provide as space-separated tokens, e.g. \"BAM SortedByCoordinate\".",
90+
Provide as space-separated tokens, e.g. `--outSAMtype BAM SortedByCoordinate`.",
9191
),
9292
)
9393
}
@@ -146,7 +146,7 @@ impl clap::Args for OutSamUnmapped {
146146
.default_values(["None"])
147147
.help(
148148
"Unmapped reads in SAM output: None, Within, or Within KeepPairs. \
149-
Provide as space-separated tokens.",
149+
Provide as space-separated tokens, e.g. `--outSAMunmapped Within KeepPairs`.",
150150
),
151151
)
152152
}

0 commit comments

Comments
 (0)