Skip to content

Commit

Permalink
fix: fix cli (-docker-service)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Feb 13, 2018
1 parent 65f2a06 commit 90f3d14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ function invoke(env) {
chalk`{blue Knex version: {green ${env.modulePackage.version}}}\n`,
)
.option('--docker', 'Use docker.')
.option('--docker-service', 'Docker service name.')
.option(
'--docker-service [service]',
'Docker service name, default: "postgres".',
)
.option('--knexfile [path]', 'Specify the knexfile path.')
.option('--cwd [path]', 'Specify the working directory.')
.option(
Expand Down

0 comments on commit 90f3d14

Please sign in to comment.