From 579bb243077efc82e86d0723b2adec5abd6f1e4d Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Thu, 1 Nov 2007 16:23:28 -0500 Subject: [svn-r14233] new feature: add the -V new option to the usage message tested: windows, linux --- tools/h5jam/h5jam.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/h5jam/h5jam.c b/tools/h5jam/h5jam.c index 91ef3e3..f42d8fb 100644 --- a/tools/h5jam/h5jam.c +++ b/tools/h5jam/h5jam.c @@ -87,6 +87,9 @@ usage (const char *prog) fprintf (stdout, "\n"); fprintf (stdout, " %s -h \n", prog); fprintf (stdout, " Print a usage message and exit\n"); + fprintf (stdout, " %s -V \n", prog); + fprintf (stdout, " Print HDF5 library version and exit\n"); + } /*------------------------------------------------------------------------- -- cgit v0.12