[svn-r15047] bug fix regarding change from -i to -d regarding number of links in indexed format

tested: windows
This commit is contained in:
Pedro Vicente Nunes 2008-05-20 15:27:53 -05:00
parent 449941a28e
commit e0e2b131ea

View File

@ -49,7 +49,7 @@ static struct long_options l_opts[] = {
{ "native", no_arg, 'n' },
{ "latest", no_arg, 'L' },
{ "compact", require_arg, 'c' },
{ "indexed", require_arg, 'i' },
{ "indexed", require_arg, 'd' },
{ "ssize", require_arg, 's' },
{ NULL, 0, '\0' }
};