summaryrefslogtreecommitdiff
path: root/tools/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/common.c')
-rw-r--r--tools/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/common.c b/tools/common.c
index 37fd301..6a38a95 100644
--- a/tools/common.c
+++ b/tools/common.c
@@ -187,7 +187,7 @@ static char *amqp_password = "guest";
const char *connect_options_title = "Connection options";
struct poptOption connect_options[] = {
{"server", 's', POPT_ARG_STRING, &amqp_server, 0,
- "the AMQP server to connect to", "server"},
+ "the AMQP server to connect to", "hostname:port"},
{"vhost", 0, POPT_ARG_STRING, &amqp_vhost, 0,
"the vhost to use when connecting", "vhost"},
{"username", 0, POPT_ARG_STRING, &amqp_username, 0,