system/tpm: Fix README.

This commit is contained in:
B. Watson 2016-11-14 15:11:29 -05:00 committed by Willy Sudiarto Raharjo
parent b2fa02c510
commit a613b1aaa4
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,9 +1,10 @@
tpm is a tiny shell script which is heavily inspired and largely compatible with pass. tpm is a tiny shell script which is heavily inspired and largely
Just like pass it uses gpg2 to securely store your passwords, the major difference compatible with pass. Just like pass it uses gpg2 to securely store your
between pass and tpm is that the latter is a lot more minimal. Furthermore, tpm is passwords, the major difference between pass and tpm is that the latter is
written entirely in POSIX shell. a lot more minimal. Furthermore, tpm is written entirely in POSIX shell.
Invoking tpm consists of specifying a command either insert or show and supplying one Invoking tpm consists of specifying a command either insert or show and
entry as a target. If insert is specified as a command tpm will create a new entry and supplying one entry as a target. If insert is specified as a command,
prompt for the corresponding password. If you specify show as a command tpm will write tpm will create a new entry and prompt for the corresponding password. If
the password for the given entry to standard output. you specify show as a command, tpm will write the password for the given
entry to standard output.