mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r12684]
corrected usage message to have an example of the new binary parameters
This commit is contained in:
parent
e9188e385a
commit
24fb06cd7a
@ -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");
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user