| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -331,7 +331,7 @@ function startInspect(argv = ArrayPrototypeSlice(process.argv, 2), | |||
| 331 | 331 | ||
| 332 | 332 | process.stderr.write(`Usage: ${invokedAs} script.js\n` + | |
| 333 | 333 | ` ${invokedAs} <host>:<port>\n` + | |
| 334 | - ` ${invokedAs} --port=<port>\n` + | ||
| 334 | + ` ${invokedAs} --port=<port> Use 0 for random port assignment\n` + | ||
| 335 | 335 | ` ${invokedAs} -p <pid>\n`); | |
| 336 | 336 | process.exit(1); | |
| 337 | 337 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments