aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-07-04 16:30:19 +0200
committerJonas Smedegaard <dr@jones.dk>2024-07-04 16:30:19 +0200
commit6d90bf81f8212095a70b18537cfd6c9ca60e4029 (patch)
treed2bc384ae64b425ab2e3e84368bd153e59525b30
parent91c6bad052ce9dc17091b4a35ec0acc75772540f (diff)
tidy comments and documentation for script biblatex-tidy
-rwxr-xr-xbin/biblatex-tidy7
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,