create_database.sh: a minor change in script output.

This commit is contained in:
Christoph 2022-10-26 18:17:24 +02:00
parent 114deb22c7
commit 51eca01227

View File

@ -554,7 +554,7 @@ if ! $NON_INTERACTIVE_MODE ; then
echo " Example:" echo " Example:"
echo "" echo ""
echo -e " \e[90m# A single IP Address\033[m" echo -e " \e[90m# A single IP Address\033[m"
echo -e " \033[1m192.168.52.192.168.52.44\033[m" echo -e " \033[1m192.168.52.44\033[m"
echo "" echo ""
echo -e " \e[90m# Class C Network\033[m" echo -e " \e[90m# Class C Network\033[m"
echo -e " \033[1m192.168.52.%\033[m" echo -e " \033[1m192.168.52.%\033[m"