diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-10-16 16:53:51 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-10-16 16:53:51 (GMT) |
commit | 6a35d4c3068ad31f7904c37a58c90b4a071ac5ba (patch) | |
tree | 6c37a089ecc89233636227e0bda097a903ce8d06 /tools/testfiles | |
parent | 9848ea0387c08ecffa4e97c5d880b4253e059dbc (diff) | |
download | hdf5-6a35d4c3068ad31f7904c37a58c90b4a071ac5ba.zip hdf5-6a35d4c3068ad31f7904c37a58c90b4a071ac5ba.tar.gz hdf5-6a35d4c3068ad31f7904c37a58c90b4a071ac5ba.tar.bz2 |
[svn-r12762]
rewrote the -b option to make it more clear
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tnofilename.ddl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/testfiles/tnofilename.ddl b/tools/testfiles/tnofilename.ddl index b234d4f..054a829 100644 --- a/tools/testfiles/tnofilename.ddl +++ b/tools/testfiles/tnofilename.ddl @@ -21,11 +21,10 @@ usage: h5dump [OPTIONS] file -g P, --group=P Print the specified group and all members -l P, --soft-link=P Print the value(s) of the specified soft link -o F, --output=F Output raw data into file F - -b F, --binary=F Binary output, of form F (into file -o F). - Recommended usage is with --dataset=P - Form F of binary output is: MEMORY for memory type, - FILE for the disk file type, LE or BE for pre-existing - little or big endian types + -b B, --binary=B Binary file output, of form B. Recommended usage is + with -o (output file) and -d (dataset). B can be: + MEMORY for a memory type, FILE for the file type, + LE or BE for pre-existing little or big endian types -t P, --datatype=P Print the specified named data type -w N, --width=N Set the number of columns of output -x, --xml Output in XML using Schema |