--help: fix typo, clarify --icon helptext (PR #976)

- correct small typo (`he`→`the`)
- clarify that `--icon` accepts .icns on macOS
This commit is contained in:
Luke Hamburg 2020-06-13 10:05:43 -04:00 committed by GitHub
parent 1d3bed5f09
commit 6b81324531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -132,11 +132,11 @@ if (require.main === module) {
)
.option(
'--bounce',
'(macOS only) make he dock icon bounce when the counter increases; defaults to false',
'(macOS only) make the dock icon bounce when the counter increases; defaults to false',
)
.option(
'-i, --icon <value>',
'the icon file to use as the icon for the app (should be a .png)',
'the icon file to use as the icon for the app (should be a .png, on macOS can also be an .icns)',
)
.option(
'--width <value>',