summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-26 21:04:39 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-26 21:04:39 (GMT)
commitb22add1585c85a2f9e4b01d9a22dbb6d21fbbbd5 (patch)
tree6a704718786104a0e39c78c2c5d6caef2d5c63fd
parentf13c6b5ddbdab2dd989085e6b7514d070327db22 (diff)
downloadhdf5-b22add1585c85a2f9e4b01d9a22dbb6d21fbbbd5.zip
hdf5-b22add1585c85a2f9e4b01d9a22dbb6d21fbbbd5.tar.gz
hdf5-b22add1585c85a2f9e4b01d9a22dbb6d21fbbbd5.tar.bz2
[svn-r14292] enhancement: clarify usage of the -s option
tested: windows, linux
-rw-r--r--tools/h5repack/h5repack_main.c4
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");