Typo/wording

This commit is contained in:
Alexandre Aubin 2023-07-10 18:22:48 +02:00
parent 58614add79
commit 739e02eaf8

View file

@ -1596,7 +1596,7 @@ dyndns:
full: --recovery-password full: --recovery-password
nargs: "?" nargs: "?"
const: 0 const: 0
help: Password used to later delete the domain help: Password used to later recover the domain if needed
extra: extra:
pattern: *pattern_password pattern: *pattern_password
@ -1687,14 +1687,14 @@ tools:
pattern: *pattern_password pattern: *pattern_password
required: True required: True
comment: good_practices_about_admin_password comment: good_practices_about_admin_password
--ingnore-dyndns: --ignore-dyndns:
help: If adding a DynDNS domain, only add the domain, without subscribing to the DynDNS service help: If adding a DynDNS domain, only add the domain, without subscribing to the DynDNS service
action: store_true action: store_true
--dyndns-recovery-password: --dyndns-recovery-password:
metavar: PASSWORD metavar: PASSWORD
nargs: "?" nargs: "?"
const: 0 const: 0
help: If adding a DynDNS domain, subscribe to the DynDNS service with a password, used to later delete the domain help: If adding a DynDNS domain, subscribe to the DynDNS service with a password, used to later recover the domain if needed
extra: extra:
pattern: *pattern_password pattern: *pattern_password
--force-diskspace: --force-diskspace: