summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-12-12 18:27:26 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-12-12 18:27:26 (GMT)
commitd3c3b4138ac01d76da8e82fe401caea760ef6f82 (patch)
tree599c1fd065a6292afe563511c1d88c0d753464ee
parent1693ccbeba8e0787bb34e1a37c2e5b3e4c470395 (diff)
downloadhdf5-d3c3b4138ac01d76da8e82fe401caea760ef6f82.zip
hdf5-d3c3b4138ac01d76da8e82fe401caea760ef6f82.tar.gz
hdf5-d3c3b4138ac01d76da8e82fe401caea760ef6f82.tar.bz2
[svn-r14339] bug fix: aligned a line in usage that was not aligned
tested: linux
-rw-r--r--tools/h5dump/h5dump.c2
-rw-r--r--tools/testfiles/tnofilename.ddl2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c
index dc5fa3c..3bcb40a 100644
--- a/tools/h5dump/h5dump.c
+++ b/tools/h5dump/h5dump.c
@@ -620,7 +620,7 @@ usage(const char *prog)
fprintf(stdout, " -a P, --attribute=P Print the specified attribute\n");
fprintf(stdout, " -d P, --dataset=P Print the specified dataset\n");
fprintf(stdout, " -y, --noindex Do not print array indices with the data\n");
- fprintf(stdout, " -p, --properties Print dataset filters, storage layout and fill value\n");
+ fprintf(stdout, " -p, --properties Print dataset filters, storage layout and fill value\n");
fprintf(stdout, " -f D, --filedriver=D Specify which driver to open the file with\n");
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");
diff --git a/tools/testfiles/tnofilename.ddl b/tools/testfiles/tnofilename.ddl
index fada500..b7b802b 100644
--- a/tools/testfiles/tnofilename.ddl
+++ b/tools/testfiles/tnofilename.ddl
@@ -15,7 +15,7 @@ usage: h5dump [OPTIONS] file
-a P, --attribute=P Print the specified attribute
-d P, --dataset=P Print the specified dataset
-y, --noindex Do not print array indices with the data
- -p, --properties Print dataset filters, storage layout and fill value
+ -p, --properties Print dataset filters, storage layout and fill value
-f D, --filedriver=D Specify which driver to open the file with
-g P, --group=P Print the specified group and all members
-l P, --soft-link=P Print the value(s) of the specified soft link