Skip to content

Commit d3b0148

Browse files
committedFeb 25, 2014
vpoller-client accepts polling with or without providing any properties
* This is required during polling performance counters as getting all performance counters for an object does not require you to provide any counter names
1 parent b990763 commit d3b0148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/vpoller-client

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def main():
7272
usage="""
7373
Usage:
7474
vpoller-client [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] [-p <properties>] -m <method> -V <host> -e <endpoint>
75+
vpoller-client [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] -m <method> -n <name> -V <host> -e <endpoint>
7576
vpoller-client [-r <retries>] [-t <timeout>] [-o <logfile>] [-H <helper>] -m <method> -n <name> -p <properties> -V <host> -e <endpoint>
7677
vpoller-client --help
7778
vpoller-client --version

0 commit comments

Comments
 (0)
Please sign in to comment.