Improve documentation for --host
and --options
command-line args
This commit is contained in:
parent
a06c532394
commit
3be5b91601
1 changed files with 2 additions and 2 deletions
|
@ -1212,9 +1212,9 @@ my @opt = (
|
|||
"",
|
||||
["login", "=s", "--login=<user> : log in to the dynamic DNS service as <user>"],
|
||||
["password", "=s", "--password=<secret> : log in to the dynamic DNS service with password <secret>"],
|
||||
["host", "=s", "--host=<host> : update DNS information for <host>"],
|
||||
["host", "=s", "--host=<host>[,<host>,...]\n : only update the given hosts. The hosts must already be defined in the config file (see '--file') unless '--options' is also specified"],
|
||||
"",
|
||||
["options", "=s", "--options=<opt>=<val>[,<opt>=<val>,...]\n : optional per-service arguments (see below)"],
|
||||
["options", "=s", "--options=<opt>=<val>[,<opt>=<val>,...]\n : override settings from the config file (see '--file') with the given values. Applies to all hosts"],
|
||||
"",
|
||||
["ssl", "!", '--{no}ssl : use encryption (TLS) when the scheme (either "http://" or "https://") is missing from a URL'],
|
||||
["ssl_ca_dir", "=s", "--ssl_ca_dir=<dir> : look in <dir> for certificates of trusted certificate authorities (default: auto-detect)"],
|
||||
|
|
Loading…
Reference in a new issue