Remove redundant commas
This commit is contained in:
parent
ed768c5023
commit
b8d981fea3
1 changed files with 2 additions and 2 deletions
4
ddclient
4
ddclient
|
|
@ -3604,8 +3604,8 @@ Configuration variables applicable to the 'namecheap' protocol are:
|
|||
|
||||
Example ${program}.conf file entries:
|
||||
## single host update
|
||||
protocol=namecheap, \\
|
||||
login=my-namecheap.com-login, \\
|
||||
protocol=namecheap \\
|
||||
login=my-namecheap.com-login \\
|
||||
password=my-namecheap.com-password \\
|
||||
myhost
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue