diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-09-26 15:51:16 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-09-26 15:51:16 (GMT) |
commit | 24fb06cd7a604edb8cefb80415dc7f1f51357958 (patch) | |
tree | 3cd98456298b7aa85d9992cab5bfe34020807e6d /tools/h5dump | |
parent | e9188e385af4ac913ee28e26717e9c8fb4336d2f (diff) | |
download | hdf5-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/h5dump')
-rw-r--r-- | tools/h5dump/h5dump.c | 2 |
1 files changed, 1 insertions, 1 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"); } |