diff --git a/gossip/src/main.rs b/gossip/src/main.rs index f984aa11ea..28f5c7b45c 100644 --- a/gossip/src/main.rs +++ b/gossip/src/main.rs @@ -35,6 +35,7 @@ fn main() -> Result<(), Box> { .value_name("HOST:PORT") .takes_value(true) .default_value(&entrypoint_string) + .global(true) .help("Rendezvous with the cluster at this entry point"), ) .subcommand(