2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-06 06:20:47 +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:
Hugo Locurcio 2018-10-27 03:45:19 +02:00 committed by Ronan Jouchet
parent 11644e34d8
commit 35c66b02b5

View File

@ -65,7 +65,7 @@ if (require.main === module) {
)
.option(
'-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(
'--no-overwrite',
@ -73,7 +73,7 @@ if (require.main === module) {
)
.option(
'-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(
'--counter',