diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 15:11:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | a613b1aaa4acc52d65abe255c5c150bffce41390 (patch) | |
tree | 5bad772607f9f304bd5d2cb7563cdd38d1c6b59c /system | |
parent | b2fa02c510dfc720375612aab1371ff719df48ca (diff) | |
download | slackbuilds-a613b1aaa4acc52d65abe255c5c150bffce41390.tar.gz |
system/tpm: Fix README.
Diffstat (limited to 'system')
-rw-r--r-- | system/tpm/README | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/system/tpm/README b/system/tpm/README index bf33a835d0..c306fc218f 100644 --- a/system/tpm/README +++ b/system/tpm/README @@ -1,9 +1,10 @@ -tpm is a tiny shell script which is heavily inspired and largely compatible with pass. -Just like pass it uses gpg2 to securely store your passwords, the major difference -between pass and tpm is that the latter is a lot more minimal. Furthermore, tpm is -written entirely in POSIX shell. +tpm is a tiny shell script which is heavily inspired and largely +compatible with pass. Just like pass it uses gpg2 to securely store your +passwords, the major difference between pass and tpm is that the latter is +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 -entry as a target. If insert is specified as a command tpm will create a new entry and -prompt for the corresponding password. If you specify show as a command tpm will write -the password for the given entry to standard output. +Invoking tpm consists of specifying a command either insert or show and +supplying one entry as a target. If insert is specified as a command, +tpm will create a new entry and prompt for the corresponding password. If +you specify show as a command, tpm will write the password for the given +entry to standard output. |