mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo/wording
This commit is contained in:
parent
58614add79
commit
739e02eaf8
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue