mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 04:47:54 +00:00
--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:
parent
1d3bed5f09
commit
6b81324531
@ -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>',
|
||||
|
Loading…
Reference in New Issue
Block a user