diff --git a/README.md b/README.md index b3896fe..2711c8c 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Set the environment variable `PASH_KEYID` to the ID of the key you'd like to enc Example: ```sh -export PASH_KEYID=F1DE636E +export PASH_KEYID=XXXXXXXX # This can also be an email. export PASH_KEYID=dylan.araps@gmail.com diff --git a/pash b/pash index 1075810..32d8042 100755 --- a/pash +++ b/pash @@ -86,7 +86,7 @@ pash 0.1.0 - simple password manager. => [l]ist - List all entries. => [s]how [name] - Show password for an entry. -Using a key pair: export PASH_KEYID=F1DE636E +Using a key pair: export PASH_KEYID=XXXXXXXX " exit 1 }