Skip to content

Commit 3dd63db

Browse files
committed
help: move --watch-delay to the advanced section
1 parent d38c1f0 commit 3dd63db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/esbuild/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ var helpText = func(colors logger.Colors) string {
5454
safari11, edge16, node10, ie9, opera45, default esnext)
5555
--watch Watch mode: rebuild on file system changes (stops when
5656
stdin is closed, use "--watch=forever" to ignore stdin)
57-
--watch-delay=... How many milliseconds to wait before watch mode rebuilds
5857
5958
` + colors.Bold + `Advanced options:` + colors.Reset + `
6059
--allow-overwrite Allow output files to overwrite input files
@@ -131,6 +130,7 @@ var helpText = func(colors logger.Colors) string {
131130
--tsconfig=... Use this tsconfig.json file instead of other ones
132131
--tsconfig-raw=... Override all tsconfig.json files with this string
133132
--version Print the current version (` + esbuildVersion + `) and exit
133+
--watch-delay=... Wait before watch mode rebuilds (in milliseconds)
134134
135135
` + colors.Bold + `Examples:` + colors.Reset + `
136136
` + colors.Dim + `# Produces dist/entry_point.js and dist/entry_point.js.map` + colors.Reset + `

0 commit comments

Comments
 (0)