Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
correct command name in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepea committed Dec 5, 2013
1 parent a1d4b81 commit 15c10ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/vcloud-curl-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ usage() {
echo "vcloud-curl: simple curl wrapper to allow GET requests to vcloud API"
echo
echo "Usage:"
echo " vcloud-curl {request}"
echo " vcloud-curl-example.sh {request}"
echo
echo "where {request} is the resource required after the /api part of the url"
echo "eg: vcloud-curl vApp/{vm-id}/virtualHardwareSection/cpu"
echo "where {request} is the resource required after the /api end point"
echo "eg: vcloud-curl-example.sh vApp/{vm-id}/virtualHardwareSection/cpu"
echo
echo "You must set in environment:"
echo " VCLOUD_HOST"
Expand Down

0 comments on commit 15c10ab

Please sign in to comment.