summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-09-26 15:51:16 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-09-26 15:51:16 (GMT)
commit24fb06cd7a604edb8cefb80415dc7f1f51357958 (patch)
tree3cd98456298b7aa85d9992cab5bfe34020807e6d /tools
parente9188e385af4ac913ee28e26717e9c8fb4336d2f (diff)
downloadhdf5-24fb06cd7a604edb8cefb80415dc7f1f51357958.zip
hdf5-24fb06cd7a604edb8cefb80415dc7f1f51357958.tar.gz
hdf5-24fb06cd7a604edb8cefb80415dc7f1f51357958.tar.bz2
[svn-r12684]
corrected usage message to have an example of the new binary parameters
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/h5dump.c2
-rw-r--r--tools/testfiles/tnofilename.ddl2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c
index ba18c37..3d1d2cd 100644
--- a/tools/h5dump/h5dump.c
+++ b/tools/h5dump/h5dump.c
@@ -662,7 +662,7 @@ usage(const char *prog)
fprintf(stdout, "\n");
fprintf(stdout, " 3) Saving dataset 'dset' in file quux.h5 to binary file 'out.bin' using a little-endian type \n");
fprintf(stdout, "\n");
- fprintf(stdout, " h5dump -d /dset -b out.bin -F LE quux.h5\n");
+ fprintf(stdout, " h5dump -d /dset -b LE -o out.bin quux.h5\n");
fprintf(stdout, "\n");
}
diff --git a/tools/testfiles/tnofilename.ddl b/tools/testfiles/tnofilename.ddl
index 92d9196..379b08a 100644
--- a/tools/testfiles/tnofilename.ddl
+++ b/tools/testfiles/tnofilename.ddl
@@ -72,6 +72,6 @@ usage: h5dump [OPTIONS] file
3) Saving dataset 'dset' in file quux.h5 to binary file 'out.bin' using a little-endian type
- h5dump -d /dset -b out.bin -F LE quux.h5
+ h5dump -d /dset -b LE -o out.bin quux.h5
h5dump error: missing file name