Skip to content

Commit 6e6d76d

Browse files
authored
Update main.rs
update multiple line help message in barcode subcommand
1 parent d8aeede commit 6e6d76d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/main.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,10 @@ enum Subcli {
112112
#[arg(short = '2', long = "read2")]
113113
read2: String,
114114

115-
/// barcode list file, eg: barcode sample
116-
#[arg(short = 'b', long = "barcode")]
115+
/// barcode list file, format eg:
116+
/// ATGCAGTG sample1
117+
/// TGCAGTAC sample2
118+
#[arg(short = 'b', long = "barcode", verbatim_doc_comment)]
117119
bar: String,
118120

119121
/// barcode position mode, 1:left, 2:right

0 commit comments

Comments
 (0)