From ce26d7a87899a451344d309315d5c84d88f63eed Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Sun, 13 Mar 2016 00:39:34 +0300 Subject: [PATCH] Updated cli name --- grvm.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grvm.go b/grvm.go index 4a6769a..56a4fc7 100644 --- a/grvm.go +++ b/grvm.go @@ -37,8 +37,8 @@ func Print(c *cli.Context, args ...string) { func main() { app := cli.NewApp() - app.Name = "RVM" - app.Usage = "RVM" + app.Name = "GRVM" + app.Usage = "GRVM" app.Flags = []cli.Flag{ cli.BoolFlag{ Name: "shell, s",