CLI help: clarify --inject supports both JS & CSS (#340)

This commit is contained in:
Ronan Jouchet 2017-04-16 12:19:03 -04:00 committed by Darren Haken
parent 25eada1fd5
commit a09ae9fe4e
1 changed files with 1 additions and 1 deletions

View File

@ -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 <value>', 'path to Chrome flash plugin, find it in `Chrome://plugins`')
.option('--inject <value>', 'path to a file to be injected', collect, [])
.option('--inject <value>', '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')