lib/github: define better `tool_description` for loader
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 8 May 2018 22:19:53 +0000 (18:19 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 11 May 2018 14:58:48 +0000 (10:58 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/github/loader.nit

index fb74f12..b2ec70d 100644 (file)
@@ -78,7 +78,7 @@ class LoaderConfig
 
        init do
                super
-               tool_description = "Usage: loader <repo_name>"
+               tool_description = "Usage: loader <repo_name>\nLoad a GitHub repo into a MongoDb."
                add_option(opt_db_host, opt_db_name)
                add_option(opt_tokens, opt_show_wallet)
                add_option(opt_verbose, opt_no_colors)