Fix typo in manual generation script
This commit is contained in:
parent
34fba57011
commit
817ed2bf69
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue