summaryrefslogtreecommitdiffstats
path: root/system/tpm/README
diff options
context:
space:
mode:
author orbea2020-12-30 16:03:27 +0100
committer Willy Sudiarto Raharjo2021-01-02 04:48:37 +0100
commit81abf6d266e9010aa10d9535c73ef0a59ef4de73 (patch)
tree87e551b8bbb9de4da68c08185ce7520456566429 /system/tpm/README
parent8bffd3262cdce8b5793bde4dbddc3d76ccf24d03 (diff)
downloadslackbuilds-81abf6d266e9010aa10d9535c73ef0a59ef4de73.tar.gz
system/tpm: Update script.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tpm/README')
-rw-r--r--system/tpm/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/system/tpm/README b/system/tpm/README
index c306fc218f..0cdc921316 100644
--- a/system/tpm/README
+++ b/system/tpm/README
@@ -1,10 +1,11 @@
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.
+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.