Fix typo in manual generation script

This commit is contained in:
Alejandro González 2024-11-23 13:53:52 +01:00
parent 34fba57011
commit 817ed2bf69
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
#!/bin/sh -eu #!/bin/sh -eu
cargo build cargo build
cargo xstask mangen cargo xtask mangen
./target/debug/oxipng -V > MANUAL.txt ./target/debug/oxipng -V > MANUAL.txt
#Redirect all streams to prevent detection of the terminal width and force an internal default of 100 #Redirect all streams to prevent detection of the terminal width and force an internal default of 100