diff options
-rw-r--r-- | tools/h5jam/h5jam.c | 3 |
1 files changed, 3 insertions, 0 deletions
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"); + } /*------------------------------------------------------------------------- |