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