summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-10-02 15:46:25 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-10-02 15:46:25 (GMT)
commit12c7f7b6da7b7f244acd710890f2723f9751557b (patch)
treec55240020adb6ee106000203e277d3bab73935a6 /tools
parentcba7dd0ddde3711058ae3854ece47928aaa0235d (diff)
downloadhdf5-12c7f7b6da7b7f244acd710890f2723f9751557b.zip
hdf5-12c7f7b6da7b7f244acd710890f2723f9751557b.tar.gz
hdf5-12c7f7b6da7b7f244acd710890f2723f9751557b.tar.bz2
[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
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/h5dump.c1
1 files changed, 0 insertions, 1 deletions
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' },