mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r14266] enhancement: format usage message
tested: linux
This commit is contained in:
parent
27e823f08b
commit
f0e99ad5d0
@ -678,7 +678,8 @@ usage(const char *prog)
|
||||
fprintf(stdout, "\n");
|
||||
fprintf(stdout, " h5dump -d /foo -s \"0,1\" -S \"1,1\" -c \"2,3\" -k \"2,2\" quux.h5\n");
|
||||
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, " 3) Saving dataset 'dset' in file quux.h5 to binary file 'out.bin'\n");
|
||||
fprintf(stdout, " using a little-endian type\n");
|
||||
fprintf(stdout, "\n");
|
||||
fprintf(stdout, " h5dump -d /dset -b LE -o out.bin quux.h5\n");
|
||||
fprintf(stdout, "\n");
|
||||
|
@ -73,7 +73,8 @@ usage: h5dump [OPTIONS] file
|
||||
|
||||
h5dump -d /foo -s "0,1" -S "1,1" -c "2,3" -k "2,2" quux.h5
|
||||
|
||||
3) Saving dataset 'dset' in file quux.h5 to binary file 'out.bin' using a little-endian type
|
||||
3) Saving dataset 'dset' in file quux.h5 to binary file 'out.bin'
|
||||
using a little-endian type
|
||||
|
||||
h5dump -d /dset -b LE -o out.bin quux.h5
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user