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=$?