diff --git a/dns-record-add b/dns-record-add index 3e885b0..c1bca62 100755 --- a/dns-record-add +++ b/dns-record-add @@ -13,7 +13,7 @@ Add new records to a DNS zone. Options: -c, --config path to config file -h, --help print this help message - -f, --force add record without confirmation prompt + -f, --force add records without confirmation prompt -i, --interactive interactively ask for missing arguments EOF exit diff --git a/dns-record-delete b/dns-record-delete index cc5a110..58004ff 100755 --- a/dns-record-delete +++ b/dns-record-delete @@ -13,7 +13,7 @@ Delete DNS records. Options: -c, --config path to config file -h, --help print this help message - -f, --force delete record(s) without confirmation prompt + -f, --force delete records without confirmation prompt -i, --interactive interactively ask for missing arguments EOF diff --git a/dns-zone-add b/dns-zone-add index 277cc2b..ae01ae7 100755 --- a/dns-zone-add +++ b/dns-zone-add @@ -13,7 +13,7 @@ Add new DNS zones. Options: -c, --config path to config file -h, --help print this help message - -f, --force add zone without confirmation prompt + -f, --force add zones without confirmation prompt -i, --interactive interactively ask for missing arguments -t, --config-template config file/template (overrides value set in ZONE_TEMPLATES config option) -z, --zone-template zone file/template (overrides value set in ZONE_TEMPLATES config option) diff --git a/dns-zone-delete b/dns-zone-delete index ef100ee..ec9e6a1 100755 --- a/dns-zone-delete +++ b/dns-zone-delete @@ -13,7 +13,7 @@ Delete DNS zones. Options: -c, --config path to config file -h, --help print this help message - -f, --force add zone without confirmation prompt + -f, --force delete zones without confirmation prompt -i, --interactive interactively ask for missing arguments EOF exit