Skip to content

Commit

Permalink
docs(boards): specify --recover before the argument to match flags wi…
Browse files Browse the repository at this point in the history
…th ffcli (#647)
  • Loading branch information
thehowl authored Apr 4, 2023
1 parent f8231e0 commit 54befcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/r/demo/boards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ NOTE: You can generate 24 words with any good bip39 generator.
### Create a new account using your mnemonic.

```bash
./build/gnokey add KEYNAME --recover
./build/gnokey add --recover KEYNAME
```

NOTE: `KEYNAME` is your key identifier, and should be changed.
Expand Down

0 comments on commit 54befcb

Please sign in to comment.