change the menu options title

This commit is contained in:
Eran Bibi
2018-08-17 20:04:17 +03:00
parent a45220b753
commit e2038276a5

View File

@@ -44,7 +44,7 @@ def interactive_set_config():
options = {
"Remote scanning": "scans one or more specific IPs or DNS names",
"Subnet scanning": "scans subnets on all local network interfaces",
"IP range scanning ": "scans a given IP range"
"IP range scanning": "scans a given IP range"
} # maps between option and its explanation
print("Choose one of the options below:")