Browse Source

Fix incorrect explanation of --no_ipv6 flag.

tags/0.7.3Beta1
shypike 13 years ago
parent
commit
37f1d64e46
  1. 2
      SABnzbd.py

2
SABnzbd.py

@ -253,7 +253,7 @@ def print_help():
print " --log-all Log all article handling (for developers)"
print " --console Force console logging for OSX app"
print " --new Run a new instance of SABnzbd"
print " --no_ipv6 Do listen on IPv6 address [::1]"
print " --no_ipv6 Do not listen on IPv6 address [::1]"
def print_version():
print """

Loading…
Cancel
Save