From: Mukund Sivaraman Date: Wed, 21 Mar 2012 11:12:12 +0000 (+0530) Subject: bug #1819: Change conjunction used in help message X-Git-Tag: trac2351_base~226^2~116^2~95^2~4^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3388dfb13dffdd653139673eceef34824eab072;p=thirdparty%2Fkea.git bug #1819: Change conjunction used in help message --- diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in index 721e6ee0bf..d36bc8e7c6 100755 --- a/src/bin/bind10/bind10_src.py.in +++ b/src/bin/bind10/bind10_src.py.in @@ -1049,7 +1049,7 @@ def parse_args(args=sys.argv[1:], Parser=OptionParser): parser.add_option("-n", "--no-cache", action="store_true", dest="nocache", default=False, help="disable hot-spot cache in authoritative DNS server") parser.add_option("-i", "--no-kill-i", action="store_true", dest="nokill", - default=False, help="do not send SIGTERM or SIGKILL signals to modules") + default=False, help="do not send SIGTERM and SIGKILL signals to modules") parser.add_option("-u", "--user", dest="user", type="string", default=None, help="Change user after startup (must run as root)") parser.add_option("-v", "--verbose", dest="verbose", action="store_true",