diff options
author | David Wragg <dpw@lshift.net> | 2010-05-25 10:33:49 +0100 |
---|---|---|
committer | David Wragg <dpw@lshift.net> | 2010-05-25 10:33:49 +0100 |
commit | 4dece0a14ea2cc71725821266b8521aa087c5b55 (patch) | |
tree | 41b8155b983751d5a83b47eb340587becfc0ec25 /tools/common.c | |
parent | b457754d24725da1cb8ed8c1fcf82114496161c6 (diff) | |
download | rabbitmq-c-4dece0a14ea2cc71725821266b8521aa087c5b55.tar.gz |
Add docbook-based man pages for tools
Diffstat (limited to 'tools/common.c')
-rw-r--r-- | tools/common.c | 2 |
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, |