Skip to content

Commit

Permalink
Update packages/docusaurus/bin/docusaurus.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Lorber <[email protected]>
  • Loading branch information
JohnnyMcWeed and slorber authored Apr 25, 2022
1 parent 9f68dfe commit 1d36d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/docusaurus/bin/docusaurus.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ cli
.option(
'--poll [interval]',
'use polling rather than watching for reload (default: false). Can specify a poll interval in milliseconds',
parseInt,
)
.action(
async (siteDir, {port, host, locale, config, hotOnly, open, poll}) => {
Expand Down

0 comments on commit 1d36d29

Please sign in to comment.