diff --git a/ddclient.in b/ddclient.in index 5cf0cf7..64ed848 100755 --- a/ddclient.in +++ b/ddclient.in @@ -1212,9 +1212,9 @@ my @opt = ( "", ["login", "=s", "--login= : log in to the dynamic DNS service as "], ["password", "=s", "--password= : log in to the dynamic DNS service with password "], - ["host", "=s", "--host= : update DNS information for "], + ["host", "=s", "--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==[,=,...]\n : optional per-service arguments (see below)"], + ["options", "=s", "--options==[,=,...]\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= : look in for certificates of trusted certificate authorities (default: auto-detect)"],