fixed small coloring mistake in CLI help.

This commit is contained in:
Martin Sosic 2023-04-12 16:32:10 +02:00
parent b1eee23f41
commit b8fb9a71be

View File

@ -178,8 +178,8 @@ printDbUsage =
cmd " start Alias for `wasp start db`.",
cmd " reset Drops all data and tables from development database and re-applies all migrations.",
cmd " seed [name] Executes a db seed function (specified via app.db.seeds).",
cmd " If there are multiple seeds, you can specify a seed to execute by providing its name,",
cmd " or if not then you will be asked to provide the name interactively.",
" If there are multiple seeds, you can specify a seed to execute by providing its name,",
" or if not then you will be asked to provide the name interactively.",
cmd $ intercalate "\n" [
" migrate-dev Ensures dev database corresponds to the current state of schema(entities):",
" - Generates a new migration if there are changes in the schema.",