Skip to content

Commit

Permalink
make ori required
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Aug 19, 2020
1 parent 52c1406 commit 099d233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fn main() {
.version(version)
.author(crate_authors)
.arg(Arg::from("-i, --input=<input> 'input RAD file'"))
.arg(Arg::from("-d, --expected-ori=[expected-ori] 'the expected orientation of alignments'"))
.arg(Arg::from("-d, --expected-ori=<expected-ori> 'the expected orientation of alignments'"))
.arg(Arg::from(
"-o, --output-dir=<output-dir> 'output directory'",
))
Expand Down

0 comments on commit 099d233

Please sign in to comment.