From a68a9471d534bc3c162800d4950c9b4f2326da14 Mon Sep 17 00:00:00 2001 From: Leo Heitmann Ruiz Date: Thu, 21 Mar 2024 21:16:27 +0100 Subject: [PATCH] Add new-line character (#384) --- xdg-ninja.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdg-ninja.sh b/xdg-ninja.sh index fc1f115..7a0b29e 100755 --- a/xdg-ninja.sh +++ b/xdg-ninja.sh @@ -66,7 +66,7 @@ help() { ${FX_ITALIC}--skip-unsupported${FX_RESET} ${FX_BOLD}Don't display anything for files that do not have fixes available${FX_RESET} """ - printf "%b" "$HELPSTRING" + printf "%b\n" "$HELPSTRING" } SKIP_OK=true -- 2.47.3