aboutsummaryrefslogtreecommitdiff
path: root/manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual.md')
-rw-r--r--manual.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual.md b/manual.md
index 58ddc87d..2fd74294 100644
--- a/manual.md
+++ b/manual.md
@@ -2515,9 +2515,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")
```