corrected usage information

This commit is contained in:
Alessandro Mauri 2020-09-10 16:23:58 +02:00
parent 78c99f9cc8
commit b7a25b796a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
tests/** tests/**
dst/** dst/**
src/** src/**
rivet

View File

@ -9,7 +9,7 @@ unset PRINT_HELP
unset SKIP_SITEMAP unset SKIP_SITEMAP
usage() { 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-h: prints this message\n"
printf "\t-o [destdir]: specifies the output direcotory to be [destdir]\n" printf "\t-o [destdir]: specifies the output direcotory to be [destdir]\n"
printf "\t-p: [string]: Rename the \"Pages\" section to [string]\n" printf "\t-p: [string]: Rename the \"Pages\" section to [string]\n"