From 5a95f84df8a1b80d00908762304b1ec85071ea26 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Thu, 1 Nov 2007 15:58:04 -0500 Subject: [svn-r14232] new feature: add a -V option to h5jam tested: windows, linux --- tools/h5jam/h5jam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5jam/h5jam.c b/tools/h5jam/h5jam.c index d9d16f0..91ef3e3 100644 --- a/tools/h5jam/h5jam.c +++ b/tools/h5jam/h5jam.c @@ -44,7 +44,7 @@ char *ub_file = NULL; * parameters. The long-named ones can be partially spelled. When * adding more, make sure that they don't clash with each other. */ -static const char *s_opts = "hi:u:o:c"; /* add more later ? */ +static const char *s_opts = "hi:u:o:c:V"; /* add more later ? */ static struct long_options l_opts[] = { {"help", no_arg, 'h'}, {"hel", no_arg, 'h'}, -- cgit v0.12