Skip to content

Commit

Permalink
fix: add missing quit cmd in kong --help msg
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Apr 6, 2015
1 parent 1580a2f commit 7985aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kong
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local help_message = string.format([[
Usage: kong <command>
where <command> is one of:
start, stop, restart, reload, config, db, version
start, stop, quit, restart, reload, config, db, version
kong --help print this message
kong <command> --help print the help message of a command
Expand Down

0 comments on commit 7985aea

Please sign in to comment.