From 15c10ab9e81cde23112bdf3d03b892385076e396 Mon Sep 17 00:00:00 2001 From: Mike Pountney Date: Thu, 5 Dec 2013 12:49:25 +0000 Subject: [PATCH] correct command name in usage --- utils/vcloud-curl-example.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/vcloud-curl-example.sh b/utils/vcloud-curl-example.sh index da4fbe8..69c186b 100755 --- a/utils/vcloud-curl-example.sh +++ b/utils/vcloud-curl-example.sh @@ -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"