Skip to content

Commit

Permalink
Update console script help message with default file format
Browse files Browse the repository at this point in the history
  • Loading branch information
maribedran committed Oct 3, 2024
1 parent f14ab32 commit 9a2205c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qrcode/console_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a2205c

Please sign in to comment.