diff options
-rwxr-xr-x | bin/biblatex-tidy | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/biblatex-tidy b/bin/biblatex-tidy index 39ed4f4..43fa9df 100755 --- a/bin/biblatex-tidy +++ b/bin/biblatex-tidy @@ -2,7 +2,7 @@ # tidy BibLaTeX file -# Depends: bibclean libpath-tiny-perl +# Depends: bibclean libipc-run3-perl libpath-tiny-perl use v5.36; use strict; @@ -33,10 +33,11 @@ If a only a single filename is given, the file contents are replaced. If two filenames are given, -the first is read and cleaned output is saved the the second. +the first is read, +and cleaned output is saved to the second. If no filenames are given, -then data is expected on STDIN +then data is expected on STDIN, and cleaned data is emitted on STDOUT. Internally, |