[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
This commit is contained in:
Pedro Vicente Nunes 2007-10-02 10:46:25 -05:00
parent cba7dd0ddd
commit 12c7f7b6da

View File

@ -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' },