remove incorrect alias
This commit is contained in:
parent
8458f63316
commit
890417af5d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import (
|
|||
|
||||
var DeviceCmd = &cobra.Command{
|
||||
Use: "device",
|
||||
Aliases: []string{"msg", "devices"},
|
||||
Aliases: []string{"devices"},
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in a new issue