summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-08-19 16:02:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-08-19 16:02:29 (GMT)
commit28c2f17960084abec05b3fe1c5650cc5a2e164be (patch)
treeb422d61d72c951c20bd83d759c43cf4a38e7ca61 /tools/h5dump/h5dump.c
parent308c378ccd9310b19c12d524d123cf5d352b6260 (diff)
downloadhdf5-28c2f17960084abec05b3fe1c5650cc5a2e164be.zip
hdf5-28c2f17960084abec05b3fe1c5650cc5a2e164be.tar.gz
hdf5-28c2f17960084abec05b3fe1c5650cc5a2e164be.tar.bz2
[svn-r24022] any_object option should be any_path
Diffstat (limited to 'tools/h5dump/h5dump.c')
-rw-r--r--tools/h5dump/h5dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c
index 618318c..ea38c61 100644
--- a/tools/h5dump/h5dump.c
+++ b/tools/h5dump/h5dump.c
@@ -188,7 +188,7 @@ static struct long_options l_opts[] = {
{ "packed-bits", require_arg, 'M' },
{ "no-compact-subset", no_arg, 'C' },
{ "ddl", optional_arg, 'O' },
- { "any_object", require_arg, 'N' },
+ { "any_path", require_arg, 'N' },
{ NULL, 0, '\0' }
};