remove incorrect alias

This commit is contained in:
schubisu 2022-05-12 14:42:09 +02:00
parent 8458f63316
commit 890417af5d

View file

@ -25,7 +25,7 @@ import (
var DeviceCmd = &cobra.Command{
Use: "device",
Aliases: []string{"msg", "devices"},
Aliases: []string{"devices"},
}
func init() {