Skip to content

Commit

Permalink
Merge pull request #15 from violuke/patch-1
Browse files Browse the repository at this point in the history
Missing reload action from service (@violuke).
  • Loading branch information
JasonGiedymin committed Jun 18, 2014
2 parents e903e54 + bb608ba commit 9ae2ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ case "$1" in
;;
*)
FULLPATH=/etc/init.d/$PS
echo "Usage: $FULLPATH {start|stop|restart|force-reload|status|configtest|quietupgrade|terminate|destroy}"
echo "Usage: $FULLPATH {start|stop|restart|force-reload|reload|status|configtest|quietupgrade|terminate|destroy}"
echo " The 'destroy' command should only be used as a last resort."
exit 3
;;
Expand Down

0 comments on commit 9ae2ecc

Please sign in to comment.