plk/biber

Typo in `biber`

Closed this issue · 2 comments

The short option should be "-T" (line 954), just like the other ones.

voss>bin:$ grep -n "trace|T" biber 
115:           'trace|T',
954:=item B<--trace|T>
plk commented

Fixed in DEV branch.

Just saw the line 956:

Turn on tracing. Also turns on B<--debug|d> and additionally ...

should be B<--debug|-D>