mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r23205] correct a typo in the instruction.
This commit is contained in:
parent
1b4769d016
commit
7461ce3958
@ -77,7 +77,7 @@ int main (int argc, char *argv[])
|
||||
printf("\t-c N:\tchunk size (default: %d).\n", (NROWS/10+1));
|
||||
printf("\t-v N:\tmax vlen size (default: %d).\n", MAXVLEN);
|
||||
printf("\t-l:\tuse latest format (default: no).\n");
|
||||
printf("\t-z:\tuse gzip comnpression (default: no).\n");
|
||||
printf("\t-z:\tuse gzip compression (default: no).\n");
|
||||
printf("\t-h:\tthis help information.\n");
|
||||
printf("Example:\n");
|
||||
printf("\t./a.out -f test.h5 -g 10000 -d 5000 -a 500 -r 400 -c 20 -v 40 -l -z\n\n");
|
||||
|
Loading…
Reference in New Issue
Block a user