Parcourir la source

bug #1819: Rename --no-kill-i option to --no-kill

Mukund Sivaraman il y a 13 ans
Parent
commit
194ef64776
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      ChangeLog
  2. 1 1
      src/bin/bind10/bind10_src.py.in

+ 1 - 1
ChangeLog

@@ -1,5 +1,5 @@
 411.   [func]          muks
 411.   [func]          muks
-	Add a -i/--no-kill-i command-line argument to bind10, which stops
+	Add a -i/--no-kill command-line argument to bind10, which stops
 	it from sending SIGTERM and SIGKILL to other b10 processes when
 	it from sending SIGTERM and SIGKILL to other b10 processes when
 	they're shutting down.
 	they're shutting down.
 	(Trac #1819, git 774554f46b20ca5ec2ef6c6d5e608114f14e2102)
 	(Trac #1819, git 774554f46b20ca5ec2ef6c6d5e608114f14e2102)

+ 1 - 1
src/bin/bind10/bind10_src.py.in

@@ -1048,7 +1048,7 @@ def parse_args(args=sys.argv[1:], Parser=OptionParser):
                       help="UNIX domain socket file the b10-msgq daemon will use")
                       help="UNIX domain socket file the b10-msgq daemon will use")
     parser.add_option("-n", "--no-cache", action="store_true", dest="nocache",
     parser.add_option("-n", "--no-cache", action="store_true", dest="nocache",
                       default=False, help="disable hot-spot cache in authoritative DNS server")
                       default=False, help="disable hot-spot cache in authoritative DNS server")
-    parser.add_option("-i", "--no-kill-i", action="store_true", dest="nokill",
+    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")
     parser.add_option("-u", "--user", dest="user", type="string", default=None,
     parser.add_option("-u", "--user", dest="user", type="string", default=None,
                       help="Change user after startup (must run as root)")
                       help="Change user after startup (must run as root)")