aboutsummaryrefslogtreecommitdiff
path: root/bin/qr
diff options
context:
space:
mode:
Diffstat (limited to 'bin/qr')
-rwxr-xr-xbin/qr13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/qr b/bin/qr
index 4821a46..c0462e1 100755
--- a/bin/qr
+++ b/bin/qr
@@ -16,7 +16,20 @@ help() {
-s PIXEL_SIZE size of the pixel (default 10)
-h, --help show this help message
+
Read data from STDIN and present a QR image with said data.
+
+
+ Examples:
+
+ Link to my homepage:
+
+ $ printf 'https://euandre.org' | qr
+
+
+ Numbers with a smaller pixel size:
+
+ $ seq 99 | qr -s 5
EOF
}