From 34869baf28206715eb0b67eb1bb1b558ad7812fd Mon Sep 17 00:00:00 2001 From: endgame Date: Fri, 27 Apr 2018 10:35:47 +1000 Subject: README.md: Remove redundant use of cat --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.3