diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-04-30 22:44:20 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-04-30 22:44:20 (GMT) |
commit | d5ccf919e431a81b98135a76cb580840fb04ede3 (patch) | |
tree | c8565f3b7e771dd646109318b53a1dc43bb678fd /tools | |
parent | 4aad34af3e0d42417adb17463d99e2b6b614f030 (diff) | |
download | hdf5-d5ccf919e431a81b98135a76cb580840fb04ede3.zip hdf5-d5ccf919e431a81b98135a76cb580840fb04ede3.tar.gz hdf5-d5ccf919e431a81b98135a76cb580840fb04ede3.tar.bz2 |
[svn-r6787] Purpose:
Update
Description:
Fixed description. Should be 1-byte instead of 1-bytes
Platforms tested:
Linux
Misc. update:
Diffstat (limited to 'tools')
-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 8f0e7e5..3272674 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -608,7 +608,7 @@ usage(const char *prog) fprintf(stdout, " -B, --bootblock Print the content of the boot block\n"); fprintf(stdout, " -H, --header Print the header only; no data is displayed\n"); fprintf(stdout, " -i, --object-ids Print the object ids\n"); - fprintf(stdout, " -r, --string Print 1-bytes integer datasets as ASCII\n"); + fprintf(stdout, " -r, --string Print 1-byte integer datasets as ASCII\n"); fprintf(stdout, " -V, --version Print version number and exit\n"); fprintf(stdout, " -a P, --attribute=P Print the specified attribute\n"); fprintf(stdout, " -d P, --dataset=P Print the specified dataset\n"); |