Skip to content

Commit 51463a0

Browse files
authored
Fix 'make help' (#12509)
These targets are actually using plural names, fix help output for them. Ref: #12352
1 parent 9cabd56 commit 51463a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ help:
161161
@echo " - lint lint everything"
162162
@echo " - lint-frontend lint frontend files"
163163
@echo " - lint-backend lint backend files"
164-
@echo " - check run various consistency checks"
165-
@echo " - check-frontend check frontend files"
166-
@echo " - check-backend check backend files"
164+
@echo " - checks run various consistency checks"
165+
@echo " - checks-frontend check frontend files"
166+
@echo " - checks-backend check backend files"
167167
@echo " - webpack build webpack files"
168168
@echo " - svg build svg files"
169169
@echo " - fomantic build fomantic files"

0 commit comments

Comments
 (0)