Tools: Fixed bug in help message.

'sudo' was misplaced.

Signed-off-by: Alejandro Colomar <alx@nginx.com>
This commit is contained in:
Alejandro Colomar
2022-12-16 15:14:35 +01:00
parent 99a7fa7839
commit 9c94cfccd5

View File

@@ -14,7 +14,7 @@ Your version of bash(1) isn't supported by this script. You're probably
running on macOS. We recommend that you either install a newer version running on macOS. We recommend that you either install a newer version
of bash(1) or run this script with another shell, such as zsh(1): of bash(1) or run this script with another shell, such as zsh(1):
$ zsh ${SUDO_USER:+sudo }$0 ... $ ${SUDO_USER:+sudo }zsh $0 ...
__EOF__ __EOF__
exit 1; exit 1;
fi; fi;