Skip to content

Commit 9a2205c

Browse files
committed
Update console script help message with default file format
1 parent f14ab32 commit 9a2205c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qrcode/console_scripts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
qr - Convert stdin (or the first argument) to a QR Code.
44
55
When stdout is a tty the QR Code is printed to the terminal and when stdout is
6-
a pipe to a file an image is written. The default image format is PNG.
6+
a pipe to a file an image is written. The default image format is PNG if pil or
7+
png optional dependencies are installed, otherwise SVG.
78
"""
89

910
import optparse

0 commit comments

Comments
 (0)