cmd: rename auto-updater to storagenode-updater (#3089)
This commit is contained in:
parent
b07a490f95
commit
43846f2074
@ -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)
|
Loading…
Reference in New Issue
Block a user