Skip to content

Commit 2292f46

Browse files
committed
Fix typos in make target docs
1 parent 6af361f commit 2292f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/{{app_name}}/Makefile.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ lint-security: # https://bandit.readthedocs.io/en/latest/index.html
212212
# CLI Commands
213213
##################################################
214214

215-
cmd: ## Run Flask app CLI command (Run `make cli args="--help"` to see list of CLI commands)
215+
cmd: ## Run Flask app CLI command (Run `make cmd args="--help"` to see list of CLI commands)
216216
$(FLASK_CMD) $(args)
217217

218-
cmd-user-create-csv: ## Create a CSV of the useres in the database (Run `make cli-user-create-csv args="--help"` to see the command's options)
218+
cmd-user-create-csv: ## Create a CSV of the users in the database (Run `make cmd-user-create-csv args="--help"` to see the command's options)
219219
$(FLASK_CMD) user create-csv $(args)
220220

221221
# Set init-db as pre-requisite since there seems to be a race condition

0 commit comments

Comments
 (0)