This commit is contained in:
david 2024-03-02 15:59:47 +08:00
parent 3a8f8f083c
commit 915a3d7ffc
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ var checkCmd = &cobra.Command{
rs := getRegistryServices()
registryExecute(rs)
default:
fmt.Println("Please input options: etc/server/registry ")
fmt.Println("check sub command: etc/server/registry ")
return
}
},