aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 936f6267..30e007c4 100644
--- a/README.md
+++ b/README.md
@@ -254,7 +254,7 @@ hello`main:
## Project Examples
-#### Executale Program
+#### Executable Program
```lua
target("test")
@@ -673,8 +673,7 @@ If it fails again, please add `-v` or `--verbose` options to get more verbose in
For exmaple:
```hash
-$ xmake -v
-$ xmake --verbose
+$ xmake [-v|--verbose]
```
And add `--backtrace` to get the verbose backtrace info, then you can submit these infos to [issues](https://github.com/tboox/xmake/issues).
@@ -683,6 +682,12 @@ And add `--backtrace` to get the verbose backtrace info, then you can submit the
$ xmake -v --backtrace
```
+#### How to see verbose compiling warnings and arguments?
+
+```bash
+$ xmake [-v|--verbose]
+```
+
## Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/xmake#backer)]