src: fix documentation url in help message

Refer to https://iojs.org/ for documentation

PR-URL: https://github.com/iojs/io.js/pull/378
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
Shigeki Ohtsu 2015-01-14 16:39:44 +09:00 committed by Rod Vagg
parent 24def66293
commit 8440cacb10

View File

@ -2911,7 +2911,7 @@ static void PrintHelp() {
#endif
#endif
"\n"
"Documentation can be found at http://nodejs.org/\n");
"Documentation can be found at https://iojs.org/\n");
}