|
|
|
@ -40,7 +40,7 @@ func main() {
|
|
|
|
app.Name = "update-dns"
|
|
|
|
app.Name = "update-dns"
|
|
|
|
app.Usage = "update dns using dnsimple with public ip address"
|
|
|
|
app.Usage = "update dns using dnsimple with public ip address"
|
|
|
|
app.UsageText = "update-dns [options] host"
|
|
|
|
app.UsageText = "update-dns [options] host"
|
|
|
|
app.Version = "0.3.0-dev"
|
|
|
|
app.Version = "0.3.0"
|
|
|
|
app.Action = action
|
|
|
|
app.Action = action
|
|
|
|
app.HideHelp = true
|
|
|
|
app.HideHelp = true
|
|
|
|
|
|
|
|
|
|
|
|
|