aboutsummaryrefslogtreecommitdiff
path: root/manual/configuration_option.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-06-23 10:21:53 +0800
committerruki <waruqi@gmail.com>2019-06-23 10:21:53 +0800
commit2971f432b0da0d787507ed098d5bbfd417d6f949 (patch)
treebb8fe6136941f18c88e4ac054510a0974eca6639 /manual/configuration_option.md
parent151abcd668b6eb129acb0bc028e0bef3ed87bd35 (diff)
downloadxmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.tar.gz
xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.zip
fix tip and warn
Diffstat (limited to 'manual/configuration_option.md')
-rw-r--r--manual/configuration_option.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/configuration_option.md b/manual/configuration_option.md
index 8182c5d2..96d60585 100644
--- a/manual/configuration_option.md
+++ b/manual/configuration_option.md
@@ -467,7 +467,7 @@ option("smallest")
add_rbindings("zlib", "mysql", "sqlite3", "openssl", "polarssl", "pcre2", "pcre", "base")
```
-<p class="warning">
+<p class="warn">
It should be noted that the command line configuration is sequential. You can disable all modules by enabling smallest and then add other options to enable them one by one.
</p>