diff --git a/USAGE.md b/USAGE.md index 8b0a0a9..dafddca 100644 --- a/USAGE.md +++ b/USAGE.md @@ -27,5 +27,6 @@ The QR codes can be read back with a scanner or webcam to re-create the original The QR mode is always binary with no QR compression. -The output is named .qr.pdf +The output is named .qr.pdf. You can also pipe stdout. +``` ``` diff --git a/qr-backup b/qr-backup index d20c8ca..daa88f9 100755 --- a/qr-backup +++ b/qr-backup @@ -37,7 +37,7 @@ The QR codes can be read back with a scanner or webcam to re-create the original The QR mode is always binary with no QR compression. -The output is named .qr.pdf''' +The output is named .qr.pdf. You can also pipe stdout.''' L = qrcode.constants.ERROR_CORRECT_L M = qrcode.constants.ERROR_CORRECT_M # default, 25%