Skip to content

Commit

Permalink
Standardize on --no- instead of =false
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 2, 2017
1 parent 4d14c16 commit 7f6bdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ download a list of sub-options to pass to electron-download. They are
- cache: directory of cached Electron downloads. Defaults to `$HOME/.electron`
- mirror: alternate URL to download Electron zips
- strictSSL: whether SSL certs are required to be valid when downloading
Electron. Defaults to true, use --download.strictSSL=false to disable checks.
Electron. Defaults to true, use --no-download.strictSSL to disable checks.
electron-version the version of Electron that is being packaged, see
https://github.com/electron/electron/releases
extra-resource a file to copy into the app's resources directory
Expand Down

0 comments on commit 7f6bdbb

Please sign in to comment.