From 85bed955ccfc0756bf8e80af232574c5d85aa83b Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Tue, 4 Oct 2022 12:12:53 +0200 Subject: [PATCH] add missing newline in -h --- rivet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rivet.sh b/rivet.sh index fff2703..9e20166 100644 --- a/rivet.sh +++ b/rivet.sh @@ -46,7 +46,7 @@ usage() { printf "\t-s: Do not generate sitemap.xml\n" printf "\t-u: Makes all references to the url 'http' instead of 'https'\n" printf "\t-r: Do not generate an atom feed\n" - printf "\t-t: Do not insert contents of _metadata.html" + printf "\t-t: Do not insert contents of _metadata.html\n" exit 2 }