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 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); |