We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767fd8c commit 910fb11Copy full SHA for 910fb11
bin.js
@@ -20,7 +20,7 @@ sade('ley')
20
.version(pkg.version)
21
.option('-C, --cwd', 'The current directory to resolve from', '.')
22
.option('-d, --dir', 'The directory of migration files to run', 'migrations')
23
- .option('-c, --config', 'Path to \`ley\` config file', 'ley.config.js')
+ .option('-c, --config', 'Path to `ley` config file', 'ley.config.js')
24
.option('-r, --require', 'Additional module(s) to preload')
25
26
.command('up')
0 commit comments