Skip to content

Commit

Permalink
Mention that -password is platform-agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jul 23, 2016
1 parent a7b9a69 commit 86459d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $ piknik -genkeys

This generates random keys (highly recommended).

A temporary alternative is to derive the keys from a password. The same password will always generate the same set of keys. In order to do so, add the `-password` switch:
A temporary alternative is to derive the keys from a password. The same password will always generate the same set of keys, on all platforms. In order to do so, add the `-password` switch:

```bash
$ piknik -genkeys -password
Expand Down

0 comments on commit 86459d6

Please sign in to comment.