commit 544e1c26eda2035e7baba98dae8df362ed1ba0fb parent 969e74f36d31c1b1834e14a1451a38207f6331b4 Author: Jake Bauer <jbauer@paritybit.ca> Date: Thu, 20 May 2021 21:04:27 -0400 Fix compile help message Diffstat:
M | http/compile | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/http/compile b/http/compile @@ -253,11 +253,11 @@ while test $# -gt 0; do -h|--help) echo "compile - generate static web pages" echo "" - echo "usage: compile [options] files" + echo "usage: compile [-ahn] [-r NUMBER] files" echo "" echo "options:" - echo "-h|--help show brief help" - echo "-a|--auto-upload auto-upload generated files" + echo "-a|--auto-upload auto-upload generated files" + echo "-h|--help show brief help" echo "-n|--no-auto-upload do not auto-upload the generated files" echo "-r|--resize NUMBER resize input image by NUMBER percent" exit 0