diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-01 20:58:04 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-01 20:58:04 (GMT) |
commit | 5a95f84df8a1b80d00908762304b1ec85071ea26 (patch) | |
tree | 6fa34508d8aa18a30120f06f2326644aa581cccd /tools/h5jam | |
parent | de3bba16d3fa1c209a76f314fb7a9cb38ba6f9a0 (diff) | |
download | hdf5-5a95f84df8a1b80d00908762304b1ec85071ea26.zip hdf5-5a95f84df8a1b80d00908762304b1ec85071ea26.tar.gz hdf5-5a95f84df8a1b80d00908762304b1ec85071ea26.tar.bz2 |
[svn-r14232] new feature: add a -V option to h5jam
tested: windows, linux
Diffstat (limited to 'tools/h5jam')
-rw-r--r-- | tools/h5jam/h5jam.c | 2 |
1 files changed, 1 insertions, 1 deletions
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'}, |