diff options
| author | ruki <waruqi@gmail.com> | 2019-06-23 10:21:53 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-06-23 10:21:53 +0800 |
| commit | 2971f432b0da0d787507ed098d5bbfd417d6f949 (patch) | |
| tree | bb8fe6136941f18c88e4ac054510a0974eca6639 /manual/extension_modules.md | |
| parent | 151abcd668b6eb129acb0bc028e0bef3ed87bd35 (diff) | |
| download | xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.tar.gz xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.zip | |
fix tip and warn
Diffstat (limited to 'manual/extension_modules.md')
| -rw-r--r-- | manual/extension_modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/extension_modules.md b/manual/extension_modules.md index 0fbac8c6..eb4c1829 100644 --- a/manual/extension_modules.md +++ b/manual/extension_modules.md @@ -1746,7 +1746,7 @@ http.download("https://xmake.io", "/tmp/index.html") This interface is used to run commands via `sudo` and provides platform consistency handling, which can be used for scripts that require root privileges to run. -<p class="warning"> +<p class="warn"> In order to ensure security, unless you must use it, try not to use this interface in other cases. </p> |
