diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-22 17:25:48 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-03-22 17:25:48 (GMT) |
commit | a2163cc6fc3ca421876b716afc5bc7e298b95ca4 (patch) | |
tree | 999a95ab0577c6c5d18807ee29f437d36542bfe1 | |
parent | 7321946d939d12124ff06c331653eada0c59c05e (diff) | |
download | hdf5-a2163cc6fc3ca421876b716afc5bc7e298b95ca4.zip hdf5-a2163cc6fc3ca421876b716afc5bc7e298b95ca4.tar.gz hdf5-a2163cc6fc3ca421876b716afc5bc7e298b95ca4.tar.bz2 |
[svn-r3688] Purpose:
Fix
Description:
These files weren't added in when I did the original code splitting.
Solution:
Readded them.
-rw-r--r-- | tools/h5dump/h5dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index eaf56c9..2d8c77b 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -601,6 +601,7 @@ usage: %s [OPTIONS] file\n\ -x, --xml Output in XML\n\ -D U, --xml-dtd=U Use the DTD at U\n\ \n\ + EXPERIMENTAL:\n\ Subsetting is available by using the following options with a dataset\n\ attribute. Subsetting is done by selecting a hyperslab from the data.\n\ Thus, the options mirror those for performing a hyperslab selection.\n\ |