change command name

This commit is contained in:
DataHearth 2021-03-15 19:12:55 +01:00
parent 9ae4e59c81
commit e366dd3613
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ import (
var (
rootCmd = cobra.Command{
Use: "ddns-client",
Short: "ddns-client is a dynamic DNS updater with built-in providers",
Long: `ddns-client will use a config file to update your A DNS settings periodicly.
Use: "ddnsclient",
Short: "ddnsclient is a dynamic DNS updater with built-in providers",
Long: `ddnsclient will use a config file to update your A DNS settings periodicly.
Checkout the documentation for parameters in the yaml config file.
`,
Run: func(cmd *cobra.Command, args []string) {