aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorendgame <endgame@users.noreply.github.com>2018-04-27 10:35:47 +1000
committerGitHub <noreply@github.com>2018-04-27 10:35:47 +1000
commit34869baf28206715eb0b67eb1bb1b558ad7812fd (patch)
treee89c6bbe58323704d56d7df8e64219068029d6ab /README.md
parent02bdc4a06fb2a2419b7cd29f19912052248d1c01 (diff)
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: