@@ -704,8 +704,8 @@ func webhostingDNSRecordsGetDNSRecords() *core.Command {
704704
705705func webhostingDomainCheckOwnership () * core.Command {
706706 return & core.Command {
707- Short : `" Check whether you own this domain or not." ` ,
708- Long : `" Check whether you own this domain or not." .` ,
707+ Short : `Check whether you own this domain or not.` ,
708+ Long : `Check whether you own this domain or not.` ,
709709 Namespace : "webhosting" ,
710710 Resource : "domain" ,
711711 Verb : "check-ownership" ,
@@ -735,8 +735,8 @@ func webhostingDomainCheckOwnership() *core.Command {
735735
736736func webhostingDomainSyncDNSRecords () * core.Command {
737737 return & core.Command {
738- Short : `" Synchronize your DNS records on the Elements Console and on cPanel." ` ,
739- Long : `" Synchronize your DNS records on the Elements Console and on cPanel." .` ,
738+ Short : `Synchronize your DNS records on the Elements Console and on cPanel.` ,
739+ Long : `Synchronize your DNS records on the Elements Console and on cPanel.` ,
740740 Namespace : "webhosting" ,
741741 Resource : "domain" ,
742742 Verb : "sync-dns-records" ,
@@ -771,6 +771,13 @@ func webhostingDomainSyncDNSRecords() *core.Command {
771771 Deprecated : false ,
772772 Positional : false ,
773773 },
774+ {
775+ Name : "update-nameservers" ,
776+ Short : `Whether or not to synchronize domain nameservers.` ,
777+ Required : false ,
778+ Deprecated : false ,
779+ Positional : false ,
780+ },
774781 {
775782 Name : "custom-records.{index}.name" ,
776783 Required : false ,
0 commit comments