X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/fc4b6c82b14740762e3aa2262e0944b3949928c2..4496cde743c4313c91f1840ccab5bdd845612a60:/xdg-ninja.sh diff --git a/xdg-ninja.sh b/xdg-ninja.sh index 84260f5..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 @@ -230,7 +230,7 @@ do_check_programs() { " read -r name; read -r filename; read -r movable; read -r help; do check_file "$name" "$filename" "$movable" "$help" done <