Skip to content

Commit

Permalink
chore(*) add desc for --atc-router (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayocream authored Aug 29, 2022
1 parent 8ccb3e5 commit b5b7030
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions openresty-build-tools/kong-ngx-build
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,11 @@ show_usage() {
echo " --resty-lmdb <branch> Specify a lua-resty-lmdb branch to use when patching and compiling."
echo " (Defaults to \"master\")"
echo ""
echo " --resty-websocket <tag> Specify a Kong/lua-resty-websocket tag to install in place of the"
echo " bundled version of lua-resty-websocket (Defaults to \"$RESTY_WEBSOCKET\")"
echo " --resty-websocket <tag> Specify a Kong/lua-resty-websocket tag to install. If absent, lua-resty-websocket"
echo " will not be built."
echo ""
echo " --atc-router <tag> Specify a Kong/atc-router tag to install. If absent, atc-router"
echo " will not be built."
echo ""
echo " --luarocks <luarocks_ver> Version of LuaRocks to build, such as 3.1.2. If absent, LuaRocks"
echo " will not be built."
Expand Down

0 comments on commit b5b7030

Please sign in to comment.