summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2007-04-06 16:32:47 +0000
committerAnas Nashif <nashif@intel.com>2007-04-06 16:32:47 +0000
commit9102e09ee16ef0b13db586d47bd12c461f5841a2 (patch)
treeb24c5aa1f0adb8a0fba3874886affe47ea5ba5b8 /examples
parent33a2d581d9b498ebb345cd2dcf2e093851dcc2cb (diff)
downloadwsmancli-9102e09ee16ef0b13db586d47bd12c461f5841a2.tar.gz
wsmancli-9102e09ee16ef0b13db586d47bd12c461f5841a2.tar.xz
wsmancli-9102e09ee16ef0b13db586d47bd12c461f5841a2.zip
fixed usage
Diffstat (limited to 'examples')
-rw-r--r--examples/cpp/EnumInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cpp/EnumInstance.cpp b/examples/cpp/EnumInstance.cpp
index cdcda8e..2a5cc53 100644
--- a/examples/cpp/EnumInstance.cpp
+++ b/examples/cpp/EnumInstance.cpp
@@ -8,7 +8,7 @@ int main(int argc, char* argv[])
{
const char *endpoint, *resource_uri;
if (argc< 3) {
- fprintf(stderr, "Usage: %s endpoint resource uri\n", argv[0]);
+ fprintf(stderr, "Usage: %s <endpoint> <resource uri>\n", argv[0]);
}
endpoint= argv[1];
resource_uri = argv[2];