summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-17 21:01:03 +0800
committerruki <[email protected]>2017-02-17 21:01:03 +0800
commitd198f05685c745be00517f2838dadc4fa18e7808 (patch)
tree9cb311a33feca4b2463a0a43f26dddf200de642a /docs
parenta388453e3d7a91cf2f17a1137197767521803071 (diff)
modify document and changelogs
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运行失败了怎么办?
可以先尝试清除下配置,重新构建下: