[certbot-auto]: "renew" implies --non-interactive (#4500)

This commit is contained in:
Peter Eckersley 2017-04-17 11:41:24 -07:00 committed by Brad Warren
parent ba0ac03205
commit 1ed50497eb
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ for arg in "$@" ; do
NO_BOOTSTRAP=1;;
--help)
HELP=1;;
--noninteractive|--non-interactive)
--noninteractive|--non-interactive|renew)
ASSUME_YES=1;;
--quiet)
QUIET=1;;

View file

@ -59,7 +59,7 @@ for arg in "$@" ; do
NO_BOOTSTRAP=1;;
--help)
HELP=1;;
--noninteractive|--non-interactive)
--noninteractive|--non-interactive|renew)
ASSUME_YES=1;;
--quiet)
QUIET=1;;