corrected usage information
This commit is contained in:
parent
78c99f9cc8
commit
b7a25b796a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
tests/**
|
tests/**
|
||||||
dst/**
|
dst/**
|
||||||
src/**
|
src/**
|
||||||
|
rivet
|
||||||
|
2
rivet.sh
2
rivet.sh
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user