From 45e755066cd584726262b095a8e9a830806d8fb7 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Wed, 24 Oct 2018 16:14:27 -0500 Subject: [PATCH] Don't specify Pro/GPL in message. --- virtualmin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index 3e2c85d..cd56c04 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -44,7 +44,7 @@ usage () { # shellcheck disable=SC2046 printf "Usage: %s %s [options]\\n" "${CYAN}" $(basename "$0") echo - echo " If called without arguments, installs Virtualmin Professional." + echo " If called without arguments, installs Virtualmin." echo printf " ${YELLOW}--uninstall|-u${NORMAL} - Removes all Virtualmin packages (do not use on a production system)\\n" printf " ${YELLOW}--help|-h${NORMAL} - This message\\n"