diff --git a/src/main.py b/src/main.py index bc238a3..b41061c 100755 --- a/src/main.py +++ b/src/main.py @@ -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")