Skip to content

Commit

Permalink
show gene-tree help message
Browse files Browse the repository at this point in the history
  • Loading branch information
endixk committed Feb 10, 2025
1 parent dee32f2 commit 1fb1593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/arg_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ pub enum Commands {
#[arg(short='v', long, default_value="3")]
verbosity: u8,
},
// Infer phylogenetic tree of each core structures
/// Infer phylogenetic tree of each core structures
#[clap(arg_required_else_help = true, allow_hyphen_values = true)]
#[command(after_help=GENETREE_HELP)]
GeneTree {
Expand Down

0 comments on commit 1fb1593

Please sign in to comment.