From d5ccf919e431a81b98135a76cb580840fb04ede3 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 30 Apr 2003 17:44:20 -0500 Subject: [svn-r6787] Purpose: Update Description: Fixed description. Should be 1-byte instead of 1-bytes Platforms tested: Linux Misc. update: --- tools/h5dump/h5dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v0.12