Skip to content

Commit 454de43

Browse files
Wording
1 parent d966003 commit 454de43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ fn declare_subcommands() -> [Command; 11] {
480480
.value_parser(clap::value_parser!(String)),
481481
),
482482
Command::new("binding")
483-
.about("binds to an exchange")
483+
.about("creates a binding between a source exchange and a destination (a queue or an exchange)")
484484
.arg(vhost_arg.clone())
485485
.arg(
486486
Arg::new("source")

0 commit comments

Comments
 (0)