emma
/
protonkey
Archived
1
0
Fork 0

missing newline

This commit is contained in:
Emma Tebibyte 2022-12-17 20:36:30 -05:00
parent bbbdcc3832
commit 8de6bfb2c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
if ! test -n "$1"; then
printf "Usage: %s [ProtonMail address]" "$0"
printf "Usage: %s [ProtonMail address]\n" "$0"
exit 64 # syexits(3) EX_USAGE
fi