doc: install.sh: clarify NONINTERACTIVE

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Osama Albahrani
2023-07-28 09:23:14 -04:00
committed by GitHub
parent 92f67fa0a8
commit ea868ee1d8

View File

@@ -44,7 +44,7 @@ usage() {
Homebrew Installer
Usage: [NONINTERACTIVE=1] [CI=1] $0 [options]
-h, --help Display this message.
NONINTERACTIVE Install without prompting.
NONINTERACTIVE Install without prompting for user input
CI Imply NONINTERACTIVE.
EOS
exit "${1:-0}"