summaryrefslogtreecommitdiffstats
path: root/tools/h5jam
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-01 21:23:28 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-01 21:23:28 (GMT)
commit579bb243077efc82e86d0723b2adec5abd6f1e4d (patch)
tree1be060733cc1d88d217c75e412d6a8e4f9407b28 /tools/h5jam
parent5a95f84df8a1b80d00908762304b1ec85071ea26 (diff)
downloadhdf5-579bb243077efc82e86d0723b2adec5abd6f1e4d.zip
hdf5-579bb243077efc82e86d0723b2adec5abd6f1e4d.tar.gz
hdf5-579bb243077efc82e86d0723b2adec5abd6f1e4d.tar.bz2
[svn-r14233] new feature: add the -V new option to the usage message
tested: windows, linux
Diffstat (limited to 'tools/h5jam')
-rw-r--r--tools/h5jam/h5jam.c3
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");
+
}
/*-------------------------------------------------------------------------