From cad88cf5d04ba81d4c808bc75b74b4b6e72ece47 Mon Sep 17 00:00:00 2001 From: Sam Chen Date: Sat, 7 Apr 2018 09:49:59 +0800 Subject: [PATCH] docs(api): fix command I think `-o` is required here? --- src/content/api/cli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/api/cli.md b/src/content/api/cli.md index 29b5f1aa94b3..d8b8e2abe978 100644 --- a/src/content/api/cli.md +++ b/src/content/api/cli.md @@ -5,6 +5,7 @@ contributors: - ev1stensberg - simon04 - tbroadley + - chenxsan related: - title: Analyzing Build Statistics url: https://survivejs.com/webpack/optimizing-build/analyzing-build-statistics/ @@ -37,7 +38,7 @@ See [configuration](/configuration) for the options in the configuration file. ## Usage without config file ```sh -webpack [] +webpack [] -o ``` **``**