mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-24 15:48:27 +00:00
Update documentation URLs in the CLI help message (#683)
This updates URLs in the command-line help to avoid redirects.
This commit is contained in:
parent
11644e34d8
commit
35c66b02b5
@ -65,7 +65,7 @@ if (require.main === module) {
|
|||||||
)
|
)
|
||||||
.option(
|
.option(
|
||||||
'-e, --electron-version <value>',
|
'-e, --electron-version <value>',
|
||||||
"electron version to package, without the 'v', see https://github.com/atom/electron/releases",
|
"electron version to package, without the 'v', see https://github.com/electron/electron/releases",
|
||||||
)
|
)
|
||||||
.option(
|
.option(
|
||||||
'--no-overwrite',
|
'--no-overwrite',
|
||||||
@ -73,7 +73,7 @@ if (require.main === module) {
|
|||||||
)
|
)
|
||||||
.option(
|
.option(
|
||||||
'-c, --conceal',
|
'-c, --conceal',
|
||||||
'packages the source code within your app into an archive, defaults to false, see http://electron.atom.io/docs/v0.36.0/tutorial/application-packaging/',
|
'packages the source code within your app into an archive, defaults to false, see https://electronjs.org/docs/tutorial/application-packaging',
|
||||||
)
|
)
|
||||||
.option(
|
.option(
|
||||||
'--counter',
|
'--counter',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user