BIND 10 trac1819, updated. 6a62919b958d425138a754ba73cfef4e88477230 bug #1819: Change conjunction used in help message

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 21 11:12:20 UTC 2012


The branch, trac1819 has been updated
       via  6a62919b958d425138a754ba73cfef4e88477230 (commit)
      from  048206388a5b4eaadc752b2769b125b073caade2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6a62919b958d425138a754ba73cfef4e88477230
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Mar 21 16:42:12 2012 +0530

    bug #1819: Change conjunction used in help message

-----------------------------------------------------------------------

Summary of changes:
 src/bin/bind10/bind10_src.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in
index 721e6ee..d36bc8e 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",



More information about the bind10-changes mailing list