aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/manual/extension_modules.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 /zh-cn/manual/extension_modules.md
parent151abcd668b6eb129acb0bc028e0bef3ed87bd35 (diff)
downloadxmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.tar.gz
xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.zip
fix tip and warn
Diffstat (limited to 'zh-cn/manual/extension_modules.md')
-rw-r--r--zh-cn/manual/extension_modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/manual/extension_modules.md b/zh-cn/manual/extension_modules.md
index a9a52856..bb636239 100644
--- a/zh-cn/manual/extension_modules.md
+++ b/zh-cn/manual/extension_modules.md
@@ -1717,7 +1717,7 @@ http.download("https://xmake.io", "/tmp/index.html")
此接口用于通过`sudo`来运行命令,并且提供了平台一致性处理,对于一些需要root权限运行的脚本,可以使用此接口。
-<p class="warning">
+<p class="warn">
为了保证安全性,除非必须使用的场合,其他情况下尽量不要使用此接口。
</p>