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:
|
Example ${program}.conf file entries:
|
||||||
## single host update
|
## single host update
|
||||||
protocol=namecheap, \\
|
protocol=namecheap \\
|
||||||
login=my-namecheap.com-login, \\
|
login=my-namecheap.com-login \\
|
||||||
password=my-namecheap.com-password \\
|
password=my-namecheap.com-password \\
|
||||||
myhost
|
myhost
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue