From 8f2191601e69be267096b9ca08cd6e90dd9a58eb Mon Sep 17 00:00:00 2001 From: Max Brown Date: Thu, 21 Apr 2022 11:11:28 +0100 Subject: [PATCH] Add links to help. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4f2c2f6..a622e05 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 ") - .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.")