From f23b5aafc1878b0dd4aac27184500c19cf0b8edd Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 19 Nov 2007 16:25:11 -0500 Subject: [svn-r14269] bug fix: in the usage message example syntax tested: linux --- tools/h5repack/h5repack_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v0.12