Skip to content

Commit

Permalink
fix: change --reps option of taxon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebedthan committed Aug 1, 2024
1 parent b33c227 commit 608248c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ pub fn build_app() -> Command {
)
.arg(
Arg::new("reps")
.short('e')
.short('r')
.long("reps")
.action(ArgAction::SetTrue)
.help("Set taxon V genomes search to lookup reps seqs only"),
Expand Down

0 comments on commit 608248c

Please sign in to comment.