diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-09-16 19:49:43 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-09-16 19:49:43 (GMT) |
commit | 2cd16f4c74ecf0f423844271bee9cb6b3a21f1a7 (patch) | |
tree | 07c085c77c3df0f1cb919f1e8887cc4fb05acbfa /tools | |
parent | 54e35b67cf0055dc1a0240cfc7079fa1c4d6bfc2 (diff) | |
download | hdf5-2cd16f4c74ecf0f423844271bee9cb6b3a21f1a7.zip hdf5-2cd16f4c74ecf0f423844271bee9cb6b3a21f1a7.tar.gz hdf5-2cd16f4c74ecf0f423844271bee9cb6b3a21f1a7.tar.bz2 |
[svn-r15635] add info regarding user block to usage
tested: windows, linux
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/h5repack_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index a2f4b14..dcdce82 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -347,7 +347,8 @@ static void usage(const char *prog) printf(" U - is a filename.\n"); printf(" T - is an integer\n"); printf(" A - is an integer greater than zero\n"); - printf(" B - is the user block size (any power of 2 equal to 512 or greater)\n"); + printf(" B - is the user block size, any value that is 512 or greater and is\n"); + printf(" a power of 2 (1024 default)\n"); printf(" F - is the shared object header message type, any of <dspace|dtype|fill|\n"); printf(" pline|attr>. If F is not specified, S applies to all messages\n"); |