From 534d70256689be87bf203f17109a1db0e0292b99 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 23 Oct 2016 17:13:21 -0700 Subject: [PATCH] Add github repo to --help string --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index dfb1cd1..e4b9187 100644 --- a/src/app.rs +++ b/src/app.rs @@ -23,7 +23,7 @@ pub fn app() { let matches = App::new("j") .version("0.2.0") .author("Casey R. ") - .about("Just a command runner") + .about("Just a command runner - https://github.com/casey/j") .arg(Arg::with_name("list") .short("l") .long("list")