From de3bba16d3fa1c209a76f314fb7a9cb38ba6f9a0 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Thu, 1 Nov 2007 15:43:43 -0500 Subject: [svn-r14231] new feature: add a -V version option to h5jam 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 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); -- cgit v0.12