diff options
Diffstat (limited to 'docs/markdown/Commands.md')
-rw-r--r-- | docs/markdown/Commands.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Commands.md b/docs/markdown/Commands.md index 615b302..dbcfee4 100644 --- a/docs/markdown/Commands.md +++ b/docs/markdown/Commands.md @@ -137,6 +137,7 @@ meson configure builddir -Doption=new_value ``` $ meson compile [-h] [-j JOBS] [-l LOAD_AVERAGE] [--clean] [-C BUILDDIR] + [--verbose] ``` Builds a default or a specified target of a configured meson project. @@ -153,6 +154,7 @@ optional arguments: --clean Clean the build directory. -C BUILDDIR The directory containing build files to be built. + --verbose Show more verbose output. ``` #### Examples: |