diff --git a/plugins/nginx-vhosts/commands b/plugins/nginx-vhosts/commands index 2b3e7803bce..a46dfcdd817 100755 --- a/plugins/nginx-vhosts/commands +++ b/plugins/nginx-vhosts/commands @@ -66,8 +66,8 @@ case "$1" in nginx:build-config , (Re)builds nginx config for given app nginx:access-logs [-t], Show the nginx access logs for an application (-t follows) nginx:error-logs [-t], Show the nginx error logs for an application (-t follows) - nginx:disable , disable nginx for an application (forces container binding to external interface) - nginx:enable , enable nginx for an application + nginx:disable , Disable nginx for an application (forces container binding to external interface) + nginx:enable , Enable nginx for an application EOF ;;