From 8de6bfb2c9f9ea65619aea8bf74a381454a687bd Mon Sep 17 00:00:00 2001 From: emma Date: Sat, 17 Dec 2022 20:36:30 -0500 Subject: [PATCH] missing newline --- protonkey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protonkey b/protonkey index b52a616..4595cc5 100755 --- a/protonkey +++ b/protonkey @@ -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