mirror of https://github.com/nodejs/node.git
build: iojs -> nodejs of release-urlbase
PR-URL: https://github.com/nodejs/node/pull/3015 Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>pull/2992/merge
parent
2d21092400
commit
76c80d4c61
|
@ -205,7 +205,7 @@ parser.add_option('--release-urlbase',
|
||||||
dest='release_urlbase',
|
dest='release_urlbase',
|
||||||
help='Provide a custom URL prefix for the `process.release` properties '
|
help='Provide a custom URL prefix for the `process.release` properties '
|
||||||
'`sourceUrl` and `headersUrl`. When compiling a release build, this '
|
'`sourceUrl` and `headersUrl`. When compiling a release build, this '
|
||||||
'will default to https://iojs.org/download/release/')
|
'will default to https://nodejs.org/download/release/')
|
||||||
|
|
||||||
parser.add_option('--v8-options',
|
parser.add_option('--v8-options',
|
||||||
action='store',
|
action='store',
|
||||||
|
|
Loading…
Reference in New Issue