diff --git a/admin/main.go b/admin/main.go index 58e6c12..9b788ad 100644 --- a/admin/main.go +++ b/admin/main.go @@ -67,14 +67,14 @@ func makeReq(method string, url string) error { func main() { cmd := &cli.Command{ - Name: "keys-admin", + Name: "keysctl", Usage: "keys project server administration tool", Commands: []*cli.Command{ { Name: "version", Usage: "print version and exit", Action: func(context.Context, *cli.Command) error { - fmt.Println("version 1.0") + fmt.Println("version 1.1.0") return nil }, },