mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +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(
|
.option(
|
||||||
'--bounce',
|
'--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(
|
.option(
|
||||||
'-i, --icon <value>',
|
'-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(
|
.option(
|
||||||
'--width <value>',
|
'--width <value>',
|
||||||
|
Loading…
Reference in New Issue
Block a user