fix typo nignx -> nginx (#2144)

This commit is contained in:
Lorenzo Sicilia
2016-04-26 01:37:50 +01:00
committed by Michael Hobbs
parent 33dd90a091
commit 7a36ecf196

View File

@@ -7,7 +7,7 @@ case "$1" in
help_content_func () {
declare desc="return nginx plugin help content"
cat<<help_content
nignx, Interact with Dokku's Nginx proxy
nginx, Interact with Dokku's Nginx proxy
nginx:build-config <app>, (Re)builds nginx config for given app
nginx:access-logs <app> [-t], Show the nginx access logs for an application (-t follows)
nginx:error-logs <app> [-t], Show the nginx error logs for an application (-t follows)