From 8161b628dd8813289c87c44d80ff4ee45650a725 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 14 Apr 2024 14:05:22 +1200 Subject: [PATCH] Ensure consistent width in manual generation --- scripts/manual.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/manual.sh b/scripts/manual.sh index 56e9b320..f8e2f4cc 100755 --- a/scripts/manual.sh +++ b/scripts/manual.sh @@ -2,4 +2,5 @@ cargo build ./target/debug/oxipng -V > MANUAL.txt -./target/debug/oxipng --help >> MANUAL.txt +#Redirect all streams to prevent detection of the terminal width and force an internal default of 100 +./target/debug/oxipng --help >> MANUAL.txt 2>/dev/null