diff --git a/src/opt.rs b/src/opt.rs index 4c46c59..318fd24 100644 --- a/src/opt.rs +++ b/src/opt.rs @@ -232,7 +232,7 @@ pub struct LaunchSubcommand { pub port: u16, /// Host to use for sshing into the remote machine - #[structopt(name = "ADDRESS")] + #[structopt(name = "HOST")] pub host: String, }