summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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
Diffstat (limited to 'tools')
-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
44:16 (GMT)'>2015-04-131-1/+1 | * Replace foo.length() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2 | * Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2 | | | | | | Use the clang RemoveCStrCalls tool to automatically migrate the code. This was only run on linux, so does not have any positive or negative effect on other platforms. * Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5 | | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//' * RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-1/+1 | | | | | No behaviour change, this prepares for adding a flag to skip the merging of output streams. * Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9 | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. * ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+2 | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class * STYLE: fix line lengthKen Martin2006-05-121-3/+3 | * STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3 | * BUG: fix for bug 689Bill Hoffman2004-04-151-1/+1 | * ENH: Do not use nslookup. All we really care is hostname. If somebody wants ↵Andy Cedilnik2003-12-291-34/+0 | | | | something fancy, just set it yourself. Fixes Bug #407 - nslookup is being deprecated for Red Hat and Fedora distributions * ENH: Use new RunCommandAndy Cedilnik2003-08-041-2/+2 | * ENH: Use the new signatureAndy Cedilnik2003-08-041-2/+2 | * ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-2/+4 | | | | cmRegularExpression. * ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3 | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. * ENH: look for nslookup and hostname in the right placesBill Hoffman2002-04-261-3/+10 | * fix up hostname for windowsBill Hoffman2002-04-25