mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
bug #1819: Change conjunction used in help message
This commit is contained 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",
|
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-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,
|
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)")
|
||||||
parser.add_option("-v", "--verbose", dest="verbose", action="store_true",
|
parser.add_option("-v", "--verbose", dest="verbose", action="store_true",
|
||||||
|
Reference in New Issue
Block a user