Skip to content

Commit

Permalink
Fix vconnector-cli docopt usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Mar 29, 2014
1 parent 947a0e5 commit 84098b8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/vconnector-cli
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,9 @@ def main():
usage="""
Usage: vconnector-cli [-D] [-o <logfile>] [-d <db>] init
vconnector-cli [-D] [-o <logfile>] [-d <db>] get
vconnector-cli [-D] [-o <logfile>] [-d <db>] -H <host> enable
vconnector-cli [-D] [-o <logfile>] [-d <db>] -H <host> disable
vconnector-cli [-D] [-o <logfile>] [-d <db>] -H <host> remove
vconnector-cli [-D] [-o <logfile>] [-d <db>] -H <host> (enable|disable|remove)
vconnector-cli [-D] [-o <logfile>] [-d <db>] -H <host> -U <user> -P <pwd> (add|update)
vpoller-worker --help
vpoller-worker --version
vconnector-cli (-h|-v)
Arguments:
add Add a vSphere Agent to the database
update Update a vSphere Agent in the database
Expand Down

0 comments on commit 84098b8

Please sign in to comment.