Fix help messages

This commit is contained in:
2025-08-07 20:30:58 +02:00
parent d0b89dd0a2
commit 9ecf72e2e9
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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)

View File

@@ -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