diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-19 21:25:11 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-19 21:25:11 (GMT) |
commit | f23b5aafc1878b0dd4aac27184500c19cf0b8edd (patch) | |
tree | 406b3ef378d62bbbde261c43446f97a66cb1150c /tools/h5repack/h5repack_main.c | |
parent | 46fab6941698d1e8f8c68cf124bc680dee11f0d4 (diff) | |
download | hdf5-f23b5aafc1878b0dd4aac27184500c19cf0b8edd.zip hdf5-f23b5aafc1878b0dd4aac27184500c19cf0b8edd.tar.gz hdf5-f23b5aafc1878b0dd4aac27184500c19cf0b8edd.tar.bz2 |
[svn-r14269] bug fix: in the usage message example syntax
tested: linux
Diffstat (limited to 'tools/h5repack/h5repack_main.c')
-rw-r--r-- | tools/h5repack/h5repack_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index 49031fa..6f65bc9 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -599,7 +599,7 @@ static void usage(const char *prog) printf(" Chunked layout, with a layout size of 20x10, to objects A and B\n"); printf(" and remove filters to objects C, D, F\n"); printf("\n"); - printf("4) h5repack -L -c=10 -s=20:dtype file1 file2 \n"); + printf("4) h5repack -L -c 10 -s 20:dtype file1 file2 \n"); printf("\n"); printf(" Using latest file format with maximum compact group size of 10 and\n"); printf(" and minimum shared datatype size of 20\n"); |