From c4f0eed38fb43ce2c0afa18676bde430f6ccc6b9 Mon Sep 17 00:00:00 2001 From: philipyoo Date: Fri, 15 Sep 2017 10:58:54 -0700 Subject: [PATCH] fix small typo in cli help menu --- lib/commands/set-default-argv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/set-default-argv.js b/lib/commands/set-default-argv.js index 91f5855e..19a617e6 100644 --- a/lib/commands/set-default-argv.js +++ b/lib/commands/set-default-argv.js @@ -70,7 +70,7 @@ module.exports = function(internals, isModule) { .boolean('coffee-file') .describe('ignore-on-init', 'Create files that will run only if ignore-on-init in the env is set ' + - 'to false (currently works onlt with SQL)' + 'to false (currently works only with SQL)' ).boolean('ignore-on-init') .describe('migration-table',