summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-08-22 19:57:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-08-22 19:57:31 (GMT)
commite86655bbf4e707ba93406022350f15688f85c0d7 (patch)
tree636a3cabc3cbbf3d68ea0f230b54d0b0575c9b8a /tools/h5dump/h5dump.c
parent7e0bc290129ac8b90a43b563294db4e7eb359078 (diff)
downloadhdf5-e86655bbf4e707ba93406022350f15688f85c0d7.zip
hdf5-e86655bbf4e707ba93406022350f15688f85c0d7.tar.gz
hdf5-e86655bbf4e707ba93406022350f15688f85c0d7.tar.bz2
[svn-r24057] Add --superblock long name to parser and add tests for both --boot-block and --superblock.
Tested: local linux
Diffstat (limited to 'tools/h5dump/h5dump.c')
-rw-r--r--tools/h5dump/h5dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c
index ea38c61..6429041 100644
--- a/tools/h5dump/h5dump.c
+++ b/tools/h5dump/h5dump.c
@@ -77,6 +77,7 @@ static struct long_options l_opts[] = {
{ "hel", no_arg, 'h' },
{ "contents", optional_arg, 'n' },
{ "properties", no_arg, 'p' },
+ { "superblock", no_arg, 'B' },
{ "boot-block", no_arg, 'B' },
{ "boot-bloc", no_arg, 'B' },
{ "boot-blo", no_arg, 'B' },