]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
bug #1819: Change conjunction used in help message
authorMukund Sivaraman <muks@isc.org>
Wed, 21 Mar 2012 11:12:12 +0000 (16:42 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 27 Mar 2012 07:55:19 +0000 (13:25 +0530)
src/bin/bind10/bind10_src.py.in

index 721e6ee0bfc201bc4b01e65fbef7047820067d4f..d36bc8e7c69e1a3eac83c7b657f0a088f9871d97 100755 (executable)
@@ -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",