Add linebreak after example

This commit is contained in:
0x1eef 2024-09-24 18:32:17 -03:00
parent cc341e45dc
commit 90f1a0e09f

View file

@ -28,5 +28,6 @@ case $1 in
printf " [l]ist List available skeletons\n\n" printf " [l]ist List available skeletons\n\n"
printf "Examples\n" printf "Examples\n"
printf " user@localhost$ webskel new myapp dolphins7\n" printf " user@localhost$ webskel new myapp dolphins7\n"
printf "\n"
;; ;;
esac esac