From 5e57192ff6cd035c9f864fee3cc788cded77ef19 Mon Sep 17 00:00:00 2001 From: Leo Heitmann Ruiz <148111793+leoheitmannruiz@users.noreply.github.com> Date: Tue, 12 Mar 2024 22:37:53 +0100 Subject: [PATCH] Add new-line character --- xdg-ninja.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdg-ninja.sh b/xdg-ninja.sh index fc1f1154..7a0b29ee 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