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/h5dump | |
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/h5dump')
-rw-r--r-- | tools/h5dump/h5dump.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 75bd162..3f51f81 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -611,11 +611,10 @@ usage(const char *prog) fprintf(stdout, " -g P, --group=P Print the specified group and all members\n"); 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, --binary=F Binary output, of form F (into file -o F).\n"); - fprintf(stdout, " Recommended usage is with --dataset=P\n"); - fprintf(stdout, " Form F of binary output is: MEMORY for memory type,\n"); - fprintf(stdout, " FILE for the disk file type, LE or BE for pre-existing\n"); - fprintf(stdout, " little or big endian types\n"); + fprintf(stdout, " -b B, --binary=B Binary file output, of form B. Recommended usage is\n"); + fprintf(stdout, " with -o (output file) and -d (dataset). B can be:\n"); + fprintf(stdout, " MEMORY for a memory type, FILE for the file type,\n"); + fprintf(stdout, " LE or BE 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"); |