mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r23964] Corrected "continuous" layout to "contiguous in h5repack -h output and comment.
Jira issue HDFFV-8493. No test - text only change.
This commit is contained in:
parent
7a96201ee1
commit
bf9b274e27
@ -241,7 +241,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");
|
||||
|
@ -460,7 +460,7 @@ obj_list_t* parse_filter(const char *str,
|
||||
* chunked. NULL, on error
|
||||
* the layout type can be:
|
||||
* CHUNK, to apply chunking layout
|
||||
* CONTI, to apply continuous layout
|
||||
* CONTI, to apply contiguous layout
|
||||
* COMPA, to apply compact layout
|
||||
*
|
||||
* Example:
|
||||
|
Loading…
Reference in New Issue
Block a user