From 12c7f7b6da7b7f244acd710890f2723f9751557b Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 2 Oct 2007 10:46:25 -0500 Subject: [svn-r14171] bug fix: the new option --sort_by clashes with the existing abreviated form of soft-link "so" solution: eliminate the form "so" tested: windows, linux --- tools/h5dump/h5dump.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 544120a..d3e4bdd 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -445,7 +445,6 @@ static struct long_options l_opts[] = { { "soft-l", require_arg, 'l' }, { "soft", require_arg, 'l' }, { "sof", require_arg, 'l' }, - { "so", require_arg, 'l' }, { "start", require_arg, 's' }, { "star", require_arg, 's' }, { "sta", require_arg, 's' }, -- cgit v0.12