diff --git a/build.sh b/build.sh index 54bc02d0d..861179f1f 100755 --- a/build.sh +++ b/build.sh @@ -28,7 +28,7 @@ PELICAN_OPTS="" export SITEURL="https://solr.apache.org/" function usage { - echo "Usage: ./build.sh [-l] []" + echo "Usage: ./build.sh [-l] [-h] []" echo " -l Live build and reload source changes on localhost:8000" echo " --help Show full help for options that Pelican accepts" } @@ -103,6 +103,7 @@ while getopts ":lbh-:" opt; do - ) case "${OPTARG}" in help ) + usage echo echo "Below is a list of other arguments you can use which will be passed to pelican." echo