Fix help messages
This commit is contained in:
@@ -13,7 +13,7 @@ Add new records to a DNS zone.
|
|||||||
Options:
|
Options:
|
||||||
-c, --config path to config file
|
-c, --config path to config file
|
||||||
-h, --help print this help message
|
-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
|
-i, --interactive interactively ask for missing arguments
|
||||||
EOF
|
EOF
|
||||||
exit
|
exit
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Delete DNS records.
|
|||||||
Options:
|
Options:
|
||||||
-c, --config path to config file
|
-c, --config path to config file
|
||||||
-h, --help print this help message
|
-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
|
-i, --interactive interactively ask for missing arguments
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Add new DNS zones.
|
|||||||
Options:
|
Options:
|
||||||
-c, --config path to config file
|
-c, --config path to config file
|
||||||
-h, --help print this help message
|
-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
|
-i, --interactive interactively ask for missing arguments
|
||||||
-t, --config-template config file/template (overrides value set in ZONE_TEMPLATES config option)
|
-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)
|
-z, --zone-template zone file/template (overrides value set in ZONE_TEMPLATES config option)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Delete DNS zones.
|
|||||||
Options:
|
Options:
|
||||||
-c, --config path to config file
|
-c, --config path to config file
|
||||||
-h, --help print this help message
|
-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
|
-i, --interactive interactively ask for missing arguments
|
||||||
EOF
|
EOF
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user