Skip to content

Commit 15767f2

Browse files
committed
fix(cli): fix typo in help message
1 parent 40bfa54 commit 15767f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/pago/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type CLI struct {
5858
Find FindCmd `cmd:"" aliases:"f" help:"Find entry by name"`
5959
Generate GenerateCmd `cmd:"" aliases:"g,gen" help:"Generate and print password"`
6060
Info InfoCmd `cmd:"" hidden:"" help:"Show information"`
61-
Init InitCmd `cmd:"" help:"Create a new passwore store"`
61+
Init InitCmd `cmd:"" help:"Create a new password store"`
6262
Pick PickCmd `cmd:"" aliases:"p" help:"Show password for an entry picked with a fuzzy finder. A shortcut for \"show --pick\"."`
6363
Rekey RekeyCmd `cmd:"" help:"Reencrypt all password entries with the recipients file"`
6464
Rename RenameCmd `cmd:"" aliases:"mv,r" help:"Rename or move a password entry"`

0 commit comments

Comments
 (0)