Add a newline in the --help argument of the ybcon shell script
This commit is contained in:
parent
a8b2f77dd6
commit
c22e59bd62
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue