Modified help
This commit is contained in:
parent
942781479d
commit
4bcd12dd55
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ def main():
|
|||
# Argument Parser
|
||||
parser = argparse.ArgumentParser(
|
||||
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
|
||||
)
|
||||
parser.add_argument("-i", "--get-record-ids", help="Print out (in JSON format) all records for your Cloudflair account", action="store_true")
|
||||
|
|
Loading…
Add table
Reference in a new issue