Skip to content

Commit

Permalink
linearize: formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Nov 24, 2022
1 parent 0000044 commit 0000045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-linearize
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ while test $# -gt 0; do
-h | --help)
LIGHT_GREEN='\033[1;32m'
NC='\033[0m' # No Color
printf "${LIGHT_GREEN}git linearize - Create an extremely linear git history - github.com/zegl/extremely-linear${NC}\n"
echo -e "${LIGHT_GREEN}git linearize - Create an extremely linear git history - github.com/zegl/extremely-linear${NC}"
echo ""
echo "git linearize [command] [options]"
echo ""
Expand Down

0 comments on commit 0000045

Please sign in to comment.