From c0960e58e8d75d2de364ec78441e531687203881 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 14 Jul 2020 19:42:50 -0400 Subject: [PATCH] Improve grammer of so-allow input prompt --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 0650dd256..74847f688 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1075,7 +1075,7 @@ whiptail_so_allow() { if [[ $exitstatus == 0 ]]; then ALLOW_CIDR=$(whiptail --title "Security Onion Setup" \ - --inputbox "Enter a single ip address or range (in CIDR notation) to allow" \ + --inputbox "Enter a single IP address, or an IP range, in CIDR notation, to allow:" \ 10 75 3>&1 1>&2 2>&3) local exitstatus=$?