From 6d90bf81f8212095a70b18537cfd6c9ca60e4029 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 4 Jul 2024 16:30:19 +0200 Subject: tidy comments and documentation for script biblatex-tidy --- bin/biblatex-tidy | 7 ++++--- 1 file 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, -- cgit v1.2.3