From b7a25b796a296256f2140db411337572f626f4b5 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Thu, 10 Sep 2020 16:23:58 +0200 Subject: [PATCH] corrected usage information --- .gitignore | 1 + rivet.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4107bfd..aeb133a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ tests/** dst/** src/** +rivet diff --git a/rivet.sh b/rivet.sh index 8206920..56cfd2d 100755 --- a/rivet.sh +++ b/rivet.sh @@ -9,7 +9,7 @@ unset PRINT_HELP unset SKIP_SITEMAP usage() { - printf "Usage: rivet [-o destdir] [-hovelf] srcdir domain\n" + printf "Usage: rivet [-hovelfsu] [-p string] [-o destdir] srcdir domain\n" printf "\t-h: prints this message\n" printf "\t-o [destdir]: specifies the output direcotory to be [destdir]\n" printf "\t-p: [string]: Rename the \"Pages\" section to [string]\n"