diff --git a/cmd/uncloud/machine/root.go b/cmd/uncloud/machine/root.go index aaff2c07..f5346e99 100644 --- a/cmd/uncloud/machine/root.go +++ b/cmd/uncloud/machine/root.go @@ -6,8 +6,9 @@ import ( func NewRootCommand() *cobra.Command { cmd := &cobra.Command{ - Use: "machine", - Short: "Manage machines in an Uncloud cluster.", + Use: "machine", + Aliases: []string{"m"}, + Short: "Manage machines in an Uncloud cluster.", } cmd.AddCommand( NewAddCommand(),