diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-26 21:04:39 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-26 21:04:39 (GMT) |
commit | b22add1585c85a2f9e4b01d9a22dbb6d21fbbbd5 (patch) | |
tree | 6a704718786104a0e39c78c2c5d6caef2d5c63fd /tools/h5repack/h5repack_main.c | |
parent | f13c6b5ddbdab2dd989085e6b7514d070327db22 (diff) | |
download | hdf5-b22add1585c85a2f9e4b01d9a22dbb6d21fbbbd5.zip hdf5-b22add1585c85a2f9e4b01d9a22dbb6d21fbbbd5.tar.gz hdf5-b22add1585c85a2f9e4b01d9a22dbb6d21fbbbd5.tar.bz2 |
[svn-r14292] enhancement: clarify usage of the -s option
tested: windows, linux
Diffstat (limited to 'tools/h5repack/h5repack_main.c')
-rw-r--r-- | tools/h5repack/h5repack_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index 48662aa..4a07814 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -537,8 +537,8 @@ static void usage(const char *prog) printf(" T - is an integer greater than 1, size of dataset in bytes \n"); printf(" M - is a filename.\n"); - printf(" F - is the shared object header message type, any of\n"); - printf(" <dspace|dtype|fill|pline|attr>\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"); printf("\n"); |