From fcd7e75ce1d00336419ec86e00765da77b54ed66 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Mon, 12 Feb 2024 10:45:13 -0800 Subject: [PATCH] fix getopts flag for comment --- sbin/pdns-rr-rep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/pdns-rr-rep.sh b/sbin/pdns-rr-rep.sh index d86721a..eebfb1f 100755 --- a/sbin/pdns-rr-rep.sh +++ b/sbin/pdns-rr-rep.sh @@ -21,7 +21,7 @@ help() echo " -r Resource record content (data / values)." echo " -l TTL, optional, defaults to $zone_defaults_ttl." echo " -s <0|1> Status, optional. O (default) for active or 1 for disabled." - echo " -c An optional comment/note about the record." + echo " -w An optional comment/note about the record." echo " -a The account that the comment gets attributed too." echo " Only used if comment is set. Optional, defaults to hostname of server running this script." echo