Skip to content

Commit

Permalink
fix: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 8, 2022
1 parent 1b0763f commit 26ddbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/melt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can then use those words to restore your private key at any time.`,
if isatty.IsTerminal(os.Stdout.Fd()) {
fmt.Println(headerStyle.Render(`Success!!!
You can now use the words bellow to recreate your key using the 'keys restore' command.
You can now use the words bellow to recreate your key using the 'melt restore' command.
Store them somewhere safe, print or memorize them.`))
fmt.Println(mnemonicStyle.Render(mnemonic))
} else {
Expand Down

0 comments on commit 26ddbec

Please sign in to comment.