Skip to content

Commit

Permalink
rename args
Browse files Browse the repository at this point in the history
  • Loading branch information
holys committed Jan 10, 2017
1 parent 8c4b27e commit 6d58d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ connected 127.0.0.1:6380 successfully

## Play with gotty

gotty -w ./redis-cli
gotty -w ./redis-cli --welcome

![screenshot](redis-cli-gotty.gif)

Expand Down
2 changes: 1 addition & 1 deletion redis-cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
dbn = flag.Int("n", 0, "Database number(default 0)")
auth = flag.String("a", "", "Password to use when connecting to the server")
outputRaw = flag.Bool("raw", false, "Use raw formatting for replies")
showWelcome = flag.Bool("show", false, "show welcome message, mainly for web usage via gotty")
showWelcome = flag.Bool("welcome", false, "show welcome message, mainly for web usage via gotty")
)

var (
Expand Down

0 comments on commit 6d58d91

Please sign in to comment.