We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2dea8d commit 76c2e66Copy full SHA for 76c2e66
1 file changed
commit
@@ -2,11 +2,9 @@
2
set -euo pipefail
3
4
if [ -z "${1:-}" ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
5
- echo "Create a commit prefixed with the current branch name."
6
- echo
+ echo -e "Create a commit prefixed with the current branch name.\n"
7
echo "Usage:"
8
- echo " commit MESSAGE"
9
+ echo -e " commit MESSAGE\n"
10
echo "Example:"
11
echo " commit \"Hello world!\""
12
exit 1
0 commit comments