aboutsummaryrefslogtreecommitdiff
path: root/zh
diff options
context:
space:
mode:
Diffstat (limited to 'zh')
-rw-r--r--zh/manual.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/zh/manual.md b/zh/manual.md
index d0089239..6e8c22d7 100644
--- a/zh/manual.md
+++ b/zh/manual.md
@@ -2534,9 +2534,9 @@ Options:
option("mode")
set_default("debug")
set_showmenu(true)
- set_description("Set build mode"
- " - debug"
- " - release"
+ set_description("Set build mode",
+ " - debug",
+ " - release",
" - profile")
```