diff --git a/src/cli.js b/src/cli.js index dda1ded..c58fdae 100755 --- a/src/cli.js +++ b/src/cli.js @@ -43,7 +43,7 @@ if (require.main === module) { .option('--insecure', 'enable loading of insecure content, defaults to false') .option('--flash', 'if flash should be enabled') .option('--flash-path ', 'path to Chrome flash plugin, find it in `Chrome://plugins`') - .option('--inject ', 'path to a file to be injected', collect, []) + .option('--inject ', 'path to a CSS/JS file to be injected', collect, []) .option('--full-screen', 'if the app should always be started in full screen') .option('--maximize', 'if the app should always be started maximized') .option('--hide-window-frame', 'disable window frame and controls')