mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-09 00:21:10 +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(
|
||||
'-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',
|
||||
|
Loading…
Reference in New Issue
Block a user