From db4486d73c4128fb9e4d34720add81cb9c4538a0 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Mon, 31 May 2021 18:33:32 -0700 Subject: [PATCH] Add usage page --- USAGE.md | 3 ++- qr-backup | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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%