Adding an extra line to the output for extra spacing.
diff --git a/git-flow-hotfix b/git-flow-hotfix
index e3ea035..b505b76 100644
--- a/git-flow-hotfix
+++ b/git-flow-hotfix
@@ -66,6 +66,7 @@
                 warn "You can start a new hotfix branch:"
                 warn ""
                 warn "    git flow hotfix start <name> [<base>]"
+                warn ""
 		exit 0
 	fi
 	current_branch=$(git branch | grep '^\* ' | grep -v 'no branch' | sed 's/^* //g')