Skip to content

Commit d449661

Browse files
docs: update usage info
1 parent 036c45f commit d449661

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OPTIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,9 +859,9 @@ Commands:
859859
help|h [command] [option] Display help for commands and options.
860860
info|i [options] Outputs information about your system.
861861
init|c [generation-path] [options] Initialize a new webpack project.
862-
loader|l [output-path] Scaffold a loader.
862+
loader|l [output-path] [options] Scaffold a loader.
863863
migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
864-
plugin|p [output-path] Scaffold a plugin.
864+
plugin|p [output-path] [options] Scaffold a plugin.
865865
serve|s [entries...] [options] Run the webpack dev server.
866866
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
867867
watch|w [entries...] [options] Run webpack and watch for files changes.

packages/webpack-cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ npx webpack-cli --help verbose
6868
help|h [command] [option] Display help for commands and options.
6969
info|i [options] Outputs information about your system.
7070
init|c [generation-path] [options] Initialize a new webpack project.
71-
loader|l [output-path] Scaffold a loader.
71+
loader|l [output-path] [options] Scaffold a loader.
7272
migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
73-
plugin|p [output-path] Scaffold a plugin.
73+
plugin|p [output-path] [options] Scaffold a plugin.
7474
serve|s [entries...] [options] Run the webpack dev server.
7575
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
7676
watch|w [entries...] [options] Run webpack and watch for files changes.

0 commit comments

Comments
 (0)