qr.bash: fix English

Resolves: #43
This commit is contained in:
Aminda Suomalainen 2023-02-02 08:45:44 +02:00
parent 3f2886733a
commit da21f38b01
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PIXELSIZE=6
# Outputs QR code to terminal
# ${@:2} takes all arguments except not the first one
# ${@:2} takes all arguments except the first one
qrencode -l H -t utf8 "${@:2}"
# Stores QR code as $1.png (first argument)
qrencode -s $PIXELSIZE -l H -o "$1".png "${@:2}"