Skip to content

Commit 753a01e

Browse files
committed
🐛 Fix help command message
1 parent 0ccd9b4 commit 753a01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ help:
3434
@echo "$(GREEN)Options:$(RESET)"
3535
@echo " V=<version> $(BLUE)Specify the base gitmoji version$(RESET)"
3636
@echo " F=<filepath> $(BLUE)Specify semver.yml file path$(RESET)"
37-
@echo " O=<output dir> $(BLUE)Specify semver.yml file path$(RESET)"
37+
@echo " O=<output dir> $(BLUE)Specify semantic-release setting files output directory$(RESET)"
3838
@echo
3939
@echo "$(GREEN)Examples:$(RESET)"
4040
@echo " make gen V=v3.0.0 F=./semver.yml"

0 commit comments

Comments
 (0)