projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24def66
)
src: fix documentation url in help message
author
Shigeki Ohtsu
<ohtsu@iij.ad.jp>
Wed, 14 Jan 2015 07:39:44 +0000
(16:39 +0900)
committer
Rod Vagg
<rod@vagg.org>
Thu, 15 Jan 2015 06:52:00 +0000
(17:52 +1100)
Refer to https://iojs.org/ for documentation
PR-URL: https://github.com/iojs/io.js/pull/378
Reviewed-By: Rod Vagg <rod@vagg.org>
src/node.cc
patch
|
blob
|
history
diff --git
a/src/node.cc
b/src/node.cc
index d470069018428b2db6f84835da94c8c0e3f153b3..cae9bc85db391d218ad5936412a443e2afcaac8a 100644
(file)
--- a/
src/node.cc
+++ b/
src/node.cc
@@
-2911,7
+2911,7
@@
static void PrintHelp() {
#endif
#endif
"\n"
- "Documentation can be found at http
://node
js.org/\n");
+ "Documentation can be found at http
s://io
js.org/\n");
}