diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-28 18:39:05 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-28 18:39:05 (GMT) |
commit | ce859f41bb12e07ecb8dff6a783ca21e782ad6fe (patch) | |
tree | 8d3f7c3741f4d0b355bfbee57567c0ca94035ba9 /tools | |
parent | 4b72fd4f55de954384dd55c9d1ee458fdd06aec8 (diff) | |
download | hdf5-ce859f41bb12e07ecb8dff6a783ca21e782ad6fe.zip hdf5-ce859f41bb12e07ecb8dff6a783ca21e782ad6fe.tar.gz hdf5-ce859f41bb12e07ecb8dff6a783ca21e782ad6fe.tar.bz2 |
[svn-r12515]
updated the usage message with new info for the binary output option
tested: linux
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dump/h5dump.c | 2 | ||||
-rw-r--r-- | tools/testfiles/tnofilename.ddl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 69adb31..5b5df95 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -598,7 +598,7 @@ usage(const char *prog) fprintf(stdout, " -l P, --soft-link=P Print the value(s) of the specified soft link\n"); fprintf(stdout, " -o F, --output=F Output raw data into file F\n"); fprintf(stdout, " -b F Output raw data into file F in binary form (use with -d)\n"); - fprintf(stdout, " -F T Form of binary output (T can be NA for native type or DI for the disk file type)\n"); + fprintf(stdout, " -F T Form of binary output (T can be NA for native type, DI for the disk file type, LI or BI for pre-existing little or big endian types)\n"); fprintf(stdout, " -t P, --datatype=P Print the specified named data type\n"); fprintf(stdout, " -w N, --width=N Set the number of columns of output\n"); fprintf(stdout, " -x, --xml Output in XML using Schema\n"); diff --git a/tools/testfiles/tnofilename.ddl b/tools/testfiles/tnofilename.ddl index 4716a25..f18b8d5 100644 --- a/tools/testfiles/tnofilename.ddl +++ b/tools/testfiles/tnofilename.ddl @@ -21,7 +21,7 @@ usage: h5dump [OPTIONS] file -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 Output raw data into file F in binary form (use with -d) - -F T Form of binary output (T can be NA for native type or DI for the disk file type) + -F T Form of binary output (T can be NA for native type, DI for the disk file type, LI or BI 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 |