summaryrefslogtreecommitdiffstats
path: root/tools/h5ls
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-02-19 19:22:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-02-19 19:22:19 (GMT)
commit905b1456abfc65ee370c64aea672442f5f3a7ecd (patch)
tree0086d60d2f74e400410515e6fcc364381666113d /tools/h5ls
parentf7d2fbe58db16922e6ff360f46e4334bbcd88831 (diff)
downloadhdf5-905b1456abfc65ee370c64aea672442f5f3a7ecd.zip
hdf5-905b1456abfc65ee370c64aea672442f5f3a7ecd.tar.gz
hdf5-905b1456abfc65ee370c64aea672442f5f3a7ecd.tar.bz2
HDFFV-10384 merge from develop
Diffstat (limited to 'tools/h5ls')
-rw-r--r--tools/h5ls/h5ls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c
index 583f8bf..78a2cce 100644
--- a/tools/h5ls/h5ls.c
+++ b/tools/h5ls/h5ls.c
@@ -2680,6 +2680,7 @@ main(int argc, const char *argv[])
case 'h': /* --help */
usage();
leave(EXIT_SUCCESS);
+ break;
case 'a': /* --address */
address_g = TRUE;
@@ -2730,6 +2731,7 @@ main(int argc, const char *argv[])
case 'V': /* --version */
print_version(h5tools_getprogname());
leave(EXIT_SUCCESS);
+ break;
case 'x': /* --hexdump */
hexdump_g = TRUE;