Modified help
This commit is contained in:
parent
942781479d
commit
4bcd12dd55
@ -138,7 +138,7 @@ def main():
|
|||||||
# Argument Parser
|
# Argument Parser
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description="A utility for updating DNS records for dynamic IP addresses",
|
description="A utility for updating DNS records for dynamic IP addresses",
|
||||||
epilog="Configuration files should be owned by root with an octal permission of 600 (read/write by root only). Run this program as sudo.",
|
epilog="Configuration files should have octal permission of 600 (read/write by user only).",
|
||||||
add_help=True
|
add_help=True
|
||||||
)
|
)
|
||||||
parser.add_argument("-i", "--get-record-ids", help="Print out (in JSON format) all records for your Cloudflair account", action="store_true")
|
parser.add_argument("-i", "--get-record-ids", help="Print out (in JSON format) all records for your Cloudflair account", action="store_true")
|
||||||
|
Loading…
Reference in New Issue
Block a user