diff options
author | Tad Fisher <tadfisher@gmail.com> | 2018-05-01 18:55:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-01 18:55:36 -0700 |
commit | 0f1bb0a55de24faff274ec27b6ebd679e19dd764 (patch) | |
tree | e89c6bbe58323704d56d7df8e64219068029d6ab | |
parent | 02bdc4a06fb2a2419b7cd29f19912052248d1c01 (diff) | |
parent | 34869baf28206715eb0b67eb1bb1b558ad7812fd (diff) | |
download | pass-otp-0f1bb0a55de24faff274ec27b6ebd679e19dd764.tar.gz pass-otp-0f1bb0a55de24faff274ec27b6ebd679e19dd764.zip |
Merge pull request #73 from endgame/patch-1
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: |