Skip to content

Commit 2e1b496

Browse files
committed
fix: reduce help output (a teeny bit)
1 parent 71eab1a commit 2e1b496

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/cli/help.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
-I, --no-stdin ........... don't try to read from stdin.
1414
-C, --on-change-only ..... execute script on change only, not startup
1515
--no-colors .............. disable color output
16+
--signal <signal> ........ use specified kill signal instead of default (ex. SIGTERM)
1617
-d, --delay n ............ debounce restart for "n" seconds.
1718
--exitcrash .............. exit on crash, allows use of nodemon with daemon
1819
tools like forever.js.
1920
-v, --version ............ current nodemon version.
2021
-h, --help ............... you're looking at it.
2122
--help <topic> ........... help on a specific feature. Try "--help topics".
22-
--signal <signal> ........ use specified kill signal instead of default (ex. SIGTERM)
2323
-- <your args> ........... to tell nodemon stop slurping arguments.
2424

2525
Note: if the script is omitted, nodemon will try to read "main" from
@@ -32,11 +32,9 @@
3232
Examples:
3333

3434
$ nodemon server.js
35-
$ nodemon --config my/custom/nodemon.json server.js
3635
$ nodemon -w ../foo server.js apparg1 apparg2
37-
$ PORT=8000 nodemon --debug-brk server.js
3836
$ nodemon --exec python app.py
3937
$ nodemon --exec "make build" -e "styl hbs"
40-
$ nodemon app.js -- -v
38+
$ nodemon app.js -- --inspect
4139

4240
For more details see http://github.com/remy/nodemon/

0 commit comments

Comments
 (0)