docs: update
This commit is contained in:
parent
88c5ad960d
commit
2ca8746f74
|
@ -74,7 +74,7 @@ Set the environment variable `PASH_KEYID` to the ID of the key you'd like to enc
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export PASH_KEYID=F1DE636E
|
export PASH_KEYID=XXXXXXXX
|
||||||
|
|
||||||
# This can also be an email.
|
# This can also be an email.
|
||||||
export PASH_KEYID=dylan.araps@gmail.com
|
export PASH_KEYID=dylan.araps@gmail.com
|
||||||
|
|
2
pash
2
pash
|
@ -86,7 +86,7 @@ pash 0.1.0 - simple password manager.
|
||||||
=> [l]ist - List all entries.
|
=> [l]ist - List all entries.
|
||||||
=> [s]how [name] - Show password for an entry.
|
=> [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
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue