From 9ecf72e2e964f78933be24432a966d0ffa624f53 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Thu, 7 Aug 2025 20:30:58 +0200 Subject: [PATCH] Fix help messages --- dns-record-add | 2 +- dns-record-delete | 2 +- dns-zone-add | 2 +- dns-zone-delete | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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