Skip to content

Commit

Permalink
vpoller-client accepts polling with or without providing any properties
Browse files Browse the repository at this point in the history
* This is required during polling performance counters as
  getting all performance counters for an object does not require you to
  provide any counter names
  • Loading branch information
dnaeon committed Feb 25, 2014
1 parent b990763 commit d3b0148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vpoller-client
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def main():
usage="""
Usage:
vpoller-client [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] [-p <properties>] -m <method> -V <host> -e <endpoint>
vpoller-client [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] -m <method> -n <name> -V <host> -e <endpoint>
vpoller-client [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] -m <method> -n <name> -p <properties> -V <host> -e <endpoint>
vpoller-client --help
vpoller-client --version
Expand Down

0 comments on commit d3b0148

Please sign in to comment.