diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-02-04 20:15:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-02-04 20:15:59 (GMT) |
commit | c3e149d06fe79fab3b5e48d4d9198cacea42ed53 (patch) | |
tree | 85d991d39d538e4a5adf41b7f93a571f612e0b95 /tools/testfiles/h5dump-help.txt | |
parent | c0b2724d4db12e75ef5e297900b088f1839886cd (diff) | |
download | hdf5-c3e149d06fe79fab3b5e48d4d9198cacea42ed53.zip hdf5-c3e149d06fe79fab3b5e48d4d9198cacea42ed53.tar.gz hdf5-c3e149d06fe79fab3b5e48d4d9198cacea42ed53.tar.bz2 |
[svn-r23226] HDFFV-8285: suppress-ddl option: Changed file options to allow for filename F to be optional.
Tested: local linux
Diffstat (limited to 'tools/testfiles/h5dump-help.txt')
-rw-r--r-- | tools/testfiles/h5dump-help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/h5dump-help.txt b/tools/testfiles/h5dump-help.txt index 12629c9..40510a4 100644 --- a/tools/testfiles/h5dump-help.txt +++ b/tools/testfiles/h5dump-help.txt @@ -47,7 +47,7 @@ usage: h5dump [OPTIONS] files --no-compact-subset Disable compact form of subsetting and allow the use of "[" in dataset names. -O F, --ddl=F Output ddl text into file F - Use NULL as filename to suppress ddl display + Do not use filename F to suppress ddl display Subsetting is available by using the following options with a dataset attribute. Subsetting is done by selecting a hyperslab from the data. |