diff options
| author | ruki <[email protected]> | 2017-02-17 21:01:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-17 21:01:03 +0800 |
| commit | d198f05685c745be00517f2838dadc4fa18e7808 (patch) | |
| tree | 9cb311a33feca4b2463a0a43f26dddf200de642a /docs/README.md | |
| parent | a388453e3d7a91cf2f17a1137197767521803071 (diff) | |
modify document and changelogs
Diffstat (limited to 'docs/README.md')
| -rw-r--r-- | docs/README.md | 6 |
1 files changed, 6 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. |
