diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-02 15:46:25 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-02 15:46:25 (GMT) |
commit | 12c7f7b6da7b7f244acd710890f2723f9751557b (patch) | |
tree | c55240020adb6ee106000203e277d3bab73935a6 /tools | |
parent | cba7dd0ddde3711058ae3854ece47928aaa0235d (diff) | |
download | hdf5-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.c | 1 |
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' }, |