From 817ed2bf692984de460636e47425da05e99948cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Sat, 23 Nov 2024 13:53:52 +0100 Subject: [PATCH] Fix typo in manual generation script --- scripts/manual.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manual.sh b/scripts/manual.sh index dc9c4bb2..be1fe60a 100755 --- a/scripts/manual.sh +++ b/scripts/manual.sh @@ -1,6 +1,6 @@ #!/bin/sh -eu cargo build -cargo xstask mangen +cargo xtask mangen ./target/debug/oxipng -V > MANUAL.txt #Redirect all streams to prevent detection of the terminal width and force an internal default of 100