From 9a2205c52844f6741c33c860c296d224ab8ec914 Mon Sep 17 00:00:00 2001 From: Mariana Bedran Lesche Date: Thu, 3 Oct 2024 12:47:49 -0300 Subject: [PATCH] Update console script help message with default file format --- qrcode/console_scripts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qrcode/console_scripts.py b/qrcode/console_scripts.py index 6c829a5..d44216e 100755 --- a/qrcode/console_scripts.py +++ b/qrcode/console_scripts.py @@ -3,7 +3,8 @@ qr - Convert stdin (or the first argument) to a QR Code. When stdout is a tty the QR Code is printed to the terminal and when stdout is -a pipe to a file an image is written. The default image format is PNG. +a pipe to a file an image is written. The default image format is PNG if pil or +png optional dependencies are installed, otherwise SVG. """ import optparse