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/h5dump | |
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/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 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"); |