summaryrefslogtreecommitdiffstats
path: root/tools/h5jam
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-01 20:43:43 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-01 20:43:43 (GMT)
commitde3bba16d3fa1c209a76f314fb7a9cb38ba6f9a0 (patch)
tree024c9c2defe56354cdf3c08e3118d809f2154f0d /tools/h5jam
parent1f3aede7c7adb1a12efb839a15c8cf3a1bce8f1c (diff)
downloadhdf5-de3bba16d3fa1c209a76f314fb7a9cb38ba6f9a0.zip
hdf5-de3bba16d3fa1c209a76f314fb7a9cb38ba6f9a0.tar.gz
hdf5-de3bba16d3fa1c209a76f314fb7a9cb38ba6f9a0.tar.bz2
[svn-r14231] new feature: add a -V version option to h5jam
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 120cde4..d9d16f0 100644
--- a/tools/h5jam/h5jam.c
+++ b/tools/h5jam/h5jam.c
@@ -130,6 +130,9 @@ parse_command_line (int argc, const char *argv[])
case 'h':
usage (progname);
exit (EXIT_SUCCESS);
+ case 'V':
+ print_version (progname);
+ exit (EXIT_SUCCESS);
case '?':
default:
usage (progname);