diff options
-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"); |