Add a newline in the --help argument of the ybcon shell script

This commit is contained in:
Username404-59 2021-04-24 18:12:13 +02:00
parent a8b2f77dd6
commit c22e59bd62
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ usage() {
echo " -h or --help What you're seeing right now"
echo " --target=<target> Set the transpilation target"
echo " -p or --printresult Enable printing the transpilation result to stdout"
printf "\n"
fi
}