]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
bug #1819: Update help text for no-kill option
authorMukund Sivaraman <muks@isc.org>
Fri, 23 Mar 2012 11:57:08 +0000 (17:27 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 27 Mar 2012 07:59:42 +0000 (13:29 +0530)
src/bin/bind10/bind10_src.py.in

index 5e1f44eb328a8f1ed6e22025b37b5538c272938a..d002906caae9e7e8c704fbb86b42d28fa7d1e5cf 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", action="store_true", dest="nokill",
-                      default=False, help="do not send SIGTERM and SIGKILL signals to modules")
+                      default=False, help="do not send SIGTERM and SIGKILL signals to modules during shutdown")
     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",