summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_main.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2013-08-02 21:31:01 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2013-08-02 21:31:01 (GMT)
commitcdef147e6e93a7ce0396b528ef4548948065252d (patch)
tree5b26c3d23167a8e3fe06a685b4cf642b054d4075 /tools/h5repack/h5repack_main.c
parent548f8597492e991b5d6db51c02c2098f74752c55 (diff)
downloadhdf5-cdef147e6e93a7ce0396b528ef4548948065252d.zip
hdf5-cdef147e6e93a7ce0396b528ef4548948065252d.tar.gz
hdf5-cdef147e6e93a7ce0396b528ef4548948065252d.tar.bz2
[svn-r23965] Corrected "continuous" layout to "contiguous" in h5repack -h output and comment.
Jira issue HDFFV-8493. No test - text only change.
Diffstat (limited to 'tools/h5repack/h5repack_main.c')
-rw-r--r--tools/h5repack/h5repack_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c
index 605d50a..c0988f2 100644
--- a/tools/h5repack/h5repack_main.c
+++ b/tools/h5repack/h5repack_main.c
@@ -225,7 +225,7 @@ static void usage(const char *prog)
printf(" <layout type> can be:\n");
printf(" CHUNK, to apply chunking layout\n");
printf(" COMPA, to apply compact layout\n");
- printf(" CONTI, to apply continuous layout\n");
+ printf(" CONTI, to apply contiguous layout\n");
printf(" <layout parameters> is optional layout information\n");
printf(" CHUNK=DIM[xDIM...xDIM], the chunk size of each dimension\n");
printf(" COMPA (no parameter)\n");