🏡 index : ~doyle/sonos-cli.git

author Jordan Doyle <jordan@doyle.la> 2019-01-17 0:12:29.0 +00:00:00
committer GitHub <noreply@github.com> 2019-01-17 0:12:29.0 +00:00:00
commit
29f405eda3cf954f3c413f3bceebd1114cea112b [patch]
tree
ae8c5e6e74cc5322c462864f4c1abef06a535506
parent
5f93577515ed1d85986c55d2864dd964a6cd1d4e
download
29f405eda3cf954f3c413f3bceebd1114cea112b.tar.gz

Change email address in help



Diff

 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 <jordan@9t9t9.com>")
        .author("Jordan Doyle <jordan@doyle.la>")
        .about("Control your Sonos using the command line")
        .setting(AppSettings::SubcommandRequired)
        .arg(Arg::with_name("controller")