Skip to content

Commit ece31cb

Browse files
committed
Update description
1 parent 5880a3b commit ece31cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/tailwindcss-cli/tests/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ describe('Build command', () => {
291291
-i, --input Input file
292292
-o, --output Output file
293293
-w, --watch Watch for changes and rebuild as needed
294-
-p, --poll Poll for changes every so often and rebuild
294+
-p, --poll Use polling instead of filesystem events when watching
295295
--content Content paths to use for removing unused classes
296296
--postcss Load custom PostCSS configuration
297297
-m, --minify Minify the output

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ let commands = {
161161
'--input': { type: String, description: 'Input file' },
162162
'--output': { type: String, description: 'Output file' },
163163
'--watch': { type: Boolean, description: 'Watch for changes and rebuild as needed' },
164-
'--poll': { type: Boolean, description: 'Poll for changes every so often and rebuild' },
164+
'--poll': { type: Boolean, description: 'Use polling instead of filesystem events when watching' },
165165
'--content': {
166166
type: String,
167167
description: 'Content paths to use for removing unused classes',

0 commit comments

Comments
 (0)