aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2018-05-01 18:55:36 -0700
committerGitHub <noreply@github.com>2018-05-01 18:55:36 -0700
commit0f1bb0a55de24faff274ec27b6ebd679e19dd764 (patch)
treee89c6bbe58323704d56d7df8e64219068029d6ab /README.md
parent02bdc4a06fb2a2419b7cd29f19912052248d1c01 (diff)
parent34869baf28206715eb0b67eb1bb1b558ad7812fd (diff)
Merge pull request #73 from endgame/patch-1
README.md: Remove redundant use of cat
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f7a10f..e63be27 100644
--- a/README.md
+++ b/README.md
@@ -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: