Skip to content

Commit

Permalink
docs: out [file] -> out [dir] (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Mar 24, 2021
1 parent 57bdfc5 commit 850829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Outputs the Node.js compact build of `input.js` into `dist/index.js`.

#### Options:
```
-o, --out [file] Output directory for build (defaults to dist)
-o, --out [dir] Output directory for build (defaults to dist)
-m, --minify Minify output
-C, --no-cache Skip build cache population
-s, --source-map Generate source map
Expand Down

0 comments on commit 850829b

Please sign in to comment.