Skip to content

Commit

Permalink
By default the vpoller-client sends requests to tcp://localhost:10123…
Browse files Browse the repository at this point in the history
… endpoint
  • Loading branch information
dnaeon committed Mar 31, 2014
1 parent 916daab commit 17005e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vpoller-client
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def main():

usage="""
Usage:
vpoller-client [-D] [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] [-p <properties>] -m <method> -V <host> -e <endpoint>
vpoller-client [-D] [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] -m <method> -n <name> -V <host> -e <endpoint>
vpoller-client [-D] [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] -m <method> -n <name> -p <properties> -V <host> -e <endpoint>
vpoller-client [-D] [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] [-p <properties>] [-e <endpoint>] -m <method> -V <host>
vpoller-client [-D] [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] [-e <endpoint>] -m <method> -n <name> -V <host>
vpoller-client [-D] [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] [-e <endpoint>] -m <method> -n <name> -p <properties> -V <host>
vpoller-client --help
vpoller-client --version
Expand Down

0 comments on commit 17005e8

Please sign in to comment.