Skip to content

Commit 14ffafd

Browse files
authored
Merge pull request db-migrate#497 from philipyoo/master
fix(typo): small typo in cli help menu
2 parents f2be116 + c4f0eed commit 14ffafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/set-default-argv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = function(internals, isModule) {
7070
.boolean('coffee-file')
7171
.describe('ignore-on-init',
7272
'Create files that will run only if ignore-on-init in the env is set ' +
73-
'to false (currently works onlt with SQL)'
73+
'to false (currently works only with SQL)'
7474
).boolean('ignore-on-init')
7575

7676
.describe('migration-table',

0 commit comments

Comments
 (0)