We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29940fb commit 9e9104fCopy full SHA for 9e9104f
src/index.js
@@ -89,10 +89,10 @@ class Offline {
89
shortcut: 't',
90
},
91
noEnvironment: {
92
- usage: 'Turns of loading of your environment variables from serverless.yml. Allows the usage of tools such as PM2 or docker-compose.',
+ usage: 'Turns off loading of your environment variables from serverless.yml. Allows the usage of tools such as PM2 or docker-compose.',
93
94
dontPrintOutput: {
95
- usage: 'Turns of logging of your lambda outputs in the terminal.',
+ usage: 'Turns off logging of your lambda outputs in the terminal.',
96
97
corsAllowOrigin: {
98
usage: 'Used to build the Access-Control-Allow-Origin header for CORS support.',
0 commit comments