diff --git a/OPTIONS.md b/OPTIONS.md index d0ddda43f04..3c982ac131a 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -859,9 +859,9 @@ Commands: help|h [command] [option] Display help for commands and options. info|i [options] Outputs information about your system. init|c [generation-path] [options] Initialize a new webpack project. - loader|l [output-path] Scaffold a loader. + loader|l [output-path] [options] Scaffold a loader. migrate|m [new-config-path] Migrate a configuration to a new version. - plugin|p [output-path] Scaffold a plugin. + plugin|p [output-path] [options] Scaffold a plugin. serve|s [entries...] [options] Run the webpack dev server. version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands. watch|w [entries...] [options] Run webpack and watch for files changes. diff --git a/packages/webpack-cli/README.md b/packages/webpack-cli/README.md index 3b9bb4d0810..5cfdeef2172 100644 --- a/packages/webpack-cli/README.md +++ b/packages/webpack-cli/README.md @@ -68,9 +68,9 @@ npx webpack-cli --help verbose help|h [command] [option] Display help for commands and options. info|i [options] Outputs information about your system. init|c [generation-path] [options] Initialize a new webpack project. - loader|l [output-path] Scaffold a loader. + loader|l [output-path] [options] Scaffold a loader. migrate|m [new-config-path] Migrate a configuration to a new version. - plugin|p [output-path] Scaffold a plugin. + plugin|p [output-path] [options] Scaffold a plugin. serve|s [entries...] [options] Run the webpack dev server. version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands. watch|w [entries...] [options] Run webpack and watch for files changes.