Skip to content

Commit

Permalink
rename command name in help
Browse files Browse the repository at this point in the history
  • Loading branch information
chibiegg committed Dec 6, 2016
1 parent 5ff513d commit 69e77ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakuraio-cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

var (
app = kingpin.New("sakuraio", "sakuraio client command")
app = kingpin.New("sakuraio-cli", "sakuraio client command")

appToken = app.Flag("api-token", "API Token").String()
appSecret = app.Flag("api-secret", "API Secret").String()
Expand Down

0 comments on commit 69e77ad

Please sign in to comment.