Fixed minor punctuation mistake

This commit is contained in:
Sebastian Lohff 2012-06-25 12:39:56 +02:00
parent c357b585e6
commit 2e1af7785b
1 changed files with 2 additions and 2 deletions

View File

@ -1014,11 +1014,11 @@ def main():
sys.exit(1)
if args.ipv4_only and args.ipv6_only:
print "You can't listen both on IPv4 and IPv6 \"only\""
print "You can't listen both on IPv4 and IPv6 \"only\"."
sys.exit(1)
if args.ipv6_only and not socket.has_ipv6:
print "Your system does not support IPv6"
print "Your system does not support IPv6."
sys.exit(1)
mode = None