Skip to content

Commit

Permalink
[hotfix][docs] show usage if wrong option is given
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoK committed Feb 13, 2020
1 parent eea7db6 commit 114f2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ while getopts "piez" opt; do
z)
JEKYLL_CONFIG="--config _config.yml,_config_dev_zh.yml"
;;
*) echo "usage: $0 [-e|-z] [-i|-p]" >&2
exit 1 ;;
esac
done

Expand Down

0 comments on commit 114f2b4

Please sign in to comment.