Skip to content

Commit

Permalink
Add links to help.
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphrasiologist committed Apr 21, 2022
1 parent d26c80b commit 8f21916
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 @@ -26,7 +26,7 @@ async fn main() -> Result<()> {
.arg_required_else_help(true)
.global_setting(AppSettings::DeriveDisplayOrder)
.author("Max Brown, Richard Challis, Sujai Kumar, Cibele Sotero-Caio <[email protected]>")
.about("Genomes on a Tree. Query metadata across the tree of life.")
.about("Genomes on a Tree. Query metadata across the tree of life.\n\nFor a tutorial on usage, visit: https://github.com/genomehubs/goat-cli/wiki\nVisit the GoaT website here: https://goat.genomehubs.org/")
.subcommand(
Command::new("search")
.about("Query metadata for any taxon across the tree of life.")
Expand Down

0 comments on commit 8f21916

Please sign in to comment.