diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-08-22 20:16:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-08-22 20:16:45 (GMT) |
commit | d2e10eefd79c8f8eb765356f2210c1398866d6cc (patch) | |
tree | 98b237491708a39857f260df6b23e1123c692239 /tools/h5dump | |
parent | e86655bbf4e707ba93406022350f15688f85c0d7 (diff) | |
download | hdf5-d2e10eefd79c8f8eb765356f2210c1398866d6cc.zip hdf5-d2e10eefd79c8f8eb765356f2210c1398866d6cc.tar.gz hdf5-d2e10eefd79c8f8eb765356f2210c1398866d6cc.tar.bz2 |
[svn-r24058] Coorect usage text wrt dataset subsetting
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 6429041..3c60bb0 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -290,7 +290,7 @@ usage(const char *prog) PRINTVALSTREAM(rawoutstream, "\n"); PRINTVALSTREAM(rawoutstream, "--------------- Subsetting Options ---------------\n"); PRINTVALSTREAM(rawoutstream, " Subsetting is available by using the following options with a dataset\n"); - PRINTVALSTREAM(rawoutstream, " attribute. Subsetting is done by selecting a hyperslab from the data.\n"); + PRINTVALSTREAM(rawoutstream, " option. Subsetting is done by selecting a hyperslab from the data.\n"); PRINTVALSTREAM(rawoutstream, " Thus, the options mirror those for performing a hyperslab selection.\n"); PRINTVALSTREAM(rawoutstream, " One of the START, COUNT, STRIDE, or BLOCK parameters are mandatory if you do subsetting.\n"); PRINTVALSTREAM(rawoutstream, " The STRIDE, COUNT, and BLOCK parameters are optional and will default to 1 in\n"); |