Add github repo to --help string

This commit is contained in:
Casey Rodarmor 2016-10-23 17:13:21 -07:00
parent 8d358faf69
commit 534d702566

View File

@ -23,7 +23,7 @@ pub fn app() {
let matches = App::new("j")
.version("0.2.0")
.author("Casey R. <casey@rodarmor.com>")
.about("Just a command runner")
.about("Just a command runner - https://github.com/casey/j")
.arg(Arg::with_name("list")
.short("l")
.long("list")