cmd: rename auto-updater to storagenode-updater (#3089)

This commit is contained in:
Michal Niewrzal 2019-09-19 02:33:56 -07:00 committed by GitHub
parent b07a490f95
commit 43846f2074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,12 +33,12 @@ import (
var (
rootCmd = &cobra.Command{
Use: "auto-updater",
Short: "Auto-updater for storage node",
Use: "storagenode-updater",
Short: "Version updater for storage node",
}
runCmd = &cobra.Command{
Use: "run",
Short: "Run the auto updater for storage node",
Short: "Run the storagenode-updater for storage node",
Args: cobra.OnlyValidArgs,
RunE: func(cmd *cobra.Command, args []string) (err error) {
err = cmdRun(cmd, args)