Skip to content

Commit

Permalink
Updated cli name
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaitsev committed Mar 12, 2016
1 parent fd02964 commit ce26d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ce26d7a

Please sign in to comment.