corrected usage information

pull/1/head
Alessandro Mauri 4 years ago
parent 78c99f9cc8
commit b7a25b796a
  1. 1
      .gitignore
  2. 2
      rivet.sh

1
.gitignore vendored

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

@ -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…
Cancel
Save