diff --git a/src/main.rs b/src/main.rs index 7e4be76..11a07f2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ mod output; #[clap(version, author, about)] struct Opts { /// Home Assistant host - #[clap(short, long, env = "HNP_HOST")] + #[clap(long, env = "HNP_HOST")] host: String, /// Media player entity ID