Skip to content

Commit d260cef

Browse files
committed
Fix: App name
1 parent 2e9e42f commit d260cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ var (
1919

2020
func main() {
2121
app := cli.NewApp()
22-
app.Name = "vault-manager"
23-
app.Usage = "easily restore / snapshot your secrets"
22+
app.Name = "hashi-helper"
23+
app.Usage = "vault/consul helper"
2424
app.Version = Version
2525

2626
app.Flags = []cli.Flag{

0 commit comments

Comments
 (0)