Skip to content

Commit 5091d81

Browse files
chenxsanmontogeek
authored andcommitted
docs(api): Add -o to command (#1995)
I think `-o` is required here?
1 parent e029d68 commit 5091d81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/api/cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ contributors:
55
- ev1stensberg
66
- simon04
77
- tbroadley
8+
- chenxsan
89
related:
910
- title: Analyzing Build Statistics
1011
url: https://survivejs.com/webpack/optimizing-build/analyzing-build-statistics/
@@ -37,7 +38,7 @@ See [configuration](/configuration) for the options in the configuration file.
3738
## Usage without config file
3839

3940
```sh
40-
webpack <entry> [<entry>] <output>
41+
webpack <entry> [<entry>] -o <output>
4142
```
4243

4344
**`<entry>`**

0 commit comments

Comments
 (0)