[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:
Larry Knox 2013-08-02 16:23:39 -05:00
parent 7a96201ee1
commit bf9b274e27
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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: