From c22e59bd6216174badc61a73b76d10ff50590a99 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sat, 24 Apr 2021 18:12:13 +0200 Subject: [PATCH] Add a newline in the --help argument of the ybcon shell script --- scripts/ybcon | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ybcon b/scripts/ybcon index 73f7974..97b8420 100755 --- a/scripts/ybcon +++ b/scripts/ybcon @@ -17,6 +17,7 @@ usage() { echo " -h or --help What you're seeing right now" echo " --target= Set the transpilation target" echo " -p or --printresult Enable printing the transpilation result to stdout" + printf "\n" fi }