summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch/h5watch.c
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-11-28 17:42:45 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-11-28 17:42:45 (GMT)
commit8d462d5102295359090297c707a20eaaf76ec965 (patch)
tree845277b869e384540f4207bd631a01f4a04e77b9 /hl/tools/h5watch/h5watch.c
parente1dd55be8538ee0ebd1c46be3df4b306a3ac6f3f (diff)
parent4d4eb4cd5cc64d47f46fd944fd9b9548d38c86be (diff)
downloadhdf5-8d462d5102295359090297c707a20eaaf76ec965.zip
hdf5-8d462d5102295359090297c707a20eaaf76ec965.tar.gz
hdf5-8d462d5102295359090297c707a20eaaf76ec965.tar.bz2
Merge branch 'develop' into hdf5_1_10
Diffstat (limited to 'hl/tools/h5watch/h5watch.c')
-rw-r--r--hl/tools/h5watch/h5watch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/tools/h5watch/h5watch.c b/hl/tools/h5watch/h5watch.c
index 11514b0..d1f4e32 100644
--- a/hl/tools/h5watch/h5watch.c
+++ b/hl/tools/h5watch/h5watch.c
@@ -704,6 +704,7 @@ parse_command_line(int argc, const char *argv[])
case 'h': /* --help */
usage(h5tools_getprogname());
leave(EXIT_SUCCESS);
+ break;
case 'V': /* --version */
print_version(progname);