diff options
author | endgame <endgame@users.noreply.github.com> | 2018-04-27 10:35:47 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-27 10:35:47 +1000 |
commit | 34869baf28206715eb0b67eb1bb1b558ad7812fd (patch) | |
tree | e89c6bbe58323704d56d7df8e64219068029d6ab | |
parent | 02bdc4a06fb2a2419b7cd29f19912052248d1c01 (diff) | |
download | pass-otp-34869baf28206715eb0b67eb1bb1b558ad7812fd.tar.gz pass-otp-34869baf28206715eb0b67eb1bb1b558ad7812fd.zip |
README.md: Remove redundant use of cat
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ Enter otpauth:// URI for totp-secret: otpauth://totp/totp-secret?secret=AAAAAAAA Pipe an `otpauth://` URI into a passfile: ``` -$ cat totp-secret.txt | pass otp insert totp-secret +$ pass otp insert totp-secret < totp-secret.txt ``` Use [zbar](http://zbar.sourceforge.net/) to decode a QR image into a passfile: |