From 4bcd12dd557b146604fbccddbb5b0af9a5a342cb Mon Sep 17 00:00:00 2001 From: Anon Date: Sat, 30 Jul 2022 20:14:39 -0700 Subject: [PATCH] Modified help --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")