Skip to content

Commit

Permalink
Merge pull request #33 from seatgeek/fix-app-name
Browse files Browse the repository at this point in the history
Fix: App name
  • Loading branch information
burdandrei authored May 29, 2019
2 parents 2e9e42f + d260cef commit dce6635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ var (

func main() {
app := cli.NewApp()
app.Name = "vault-manager"
app.Usage = "easily restore / snapshot your secrets"
app.Name = "hashi-helper"
app.Usage = "vault/consul helper"
app.Version = Version

app.Flags = []cli.Flag{
Expand Down

0 comments on commit dce6635

Please sign in to comment.