From 29f405eda3cf954f3c413f3bceebd1114cea112b Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Thu, 17 Jan 2019 00:12:29 +0000 Subject: [PATCH] Change email address in help --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d6b7a62..7bea23a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -23,7 +23,7 @@ fn argparse<'a, 'b>() -> clap::App<'a, 'b> { App::new("sonos") .version(crate_version!()) - .author("Jordan Doyle ") + .author("Jordan Doyle ") .about("Control your Sonos using the command line") .setting(AppSettings::SubcommandRequired) .arg(Arg::with_name("controller") -- libgit2 1.7.2