We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d966003 commit 454de43Copy full SHA for 454de43
src/cli.rs
@@ -480,7 +480,7 @@ fn declare_subcommands() -> [Command; 11] {
480
.value_parser(clap::value_parser!(String)),
481
),
482
Command::new("binding")
483
- .about("binds to an exchange")
+ .about("creates a binding between a source exchange and a destination (a queue or an exchange)")
484
.arg(vhost_arg.clone())
485
.arg(
486
Arg::new("source")
0 commit comments