summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md6
-rwxr-xr-xdocs/zh/README.md6
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 2836cfc08..e668a4df9 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -254,6 +254,12 @@ For example:
$ xmake run --help
```
+#### How to suppress all output info?
+
+```bash
+$ xmake [-q|--quiet]
+```
+
#### How to do if xmake fails?
Please attempt to clean configuration and rebuild it first.
diff --git a/docs/zh/README.md b/docs/zh/README.md
index ed7d0905c..600af4f16 100755
--- a/docs/zh/README.md
+++ b/docs/zh/README.md
@@ -263,6 +263,12 @@ $ xmake [action|plugin] [-h|--help]
$ xmake run --help
```
+#### 怎样实现静默构建,不输出任何信息?
+
+```bash
+$ xmake [-q|--quiet]
+```
+
#### 如果xmake运行失败了怎么办?
可以先尝试清除下配置,重新构建下: