-updated-

This commit is contained in:
scVnner 2018-12-09 00:28:33 +02:00
parent bd22f306c4
commit 87c7fd73a1
1 changed files with 2 additions and 2 deletions

View File

@ -233,8 +233,8 @@ function main( int $argc, array $argv ) : void
else if( $optNum == 3 )
{
echo NONE . "\n";
echo " [".BLUE."1".NONE."] Report IP\x0a";
echo " [".BLUE."2".NONE."] Check IP\x0a";
echo " [".BLUE."1".NONE."] Report IP \x0a";
echo " [".BLUE."2".NONE."] Check IP \x0a";
echo " [".BLUE."3".NONE."] Check CIDR\x0a";
$action = choose_action( );