From b3eacc71d0d75dca9922bba58229401b4b263e40 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Tue, 7 Apr 2026 23:09:42 +0100 Subject: [PATCH] Note the --help fix on small terminals. --- docs/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS.md b/docs/NEWS.md index fff89d6..3a7fd9a 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -2,6 +2,7 @@ * *feature:* new **--monitor** option to run a command and watch its input, output, or both ([#67](https://codeberg.org/ivarch/pv/issues/67)) * *fix:* exit with an error if the PID file given to **--pidfile** cannot be replaced + * *fix:* correct the **--help** word wrapping on very small terminals * *i18n:* Polish translations updated * *i18n:* Finnish translations updated * *cleanup:* fix GCC warning when using glibc 2.43 ([#180](https://codeberg.org/ivarch/pv/pulls/180))