ninja: add verbose example and mnemonics (#23310)

This commit is contained in:
Managor
2026-07-27 10:48:01 +02:00
committed by GitHub
parent 9c27cf9572
commit 3b155af565
+6 -2
View File
@@ -7,7 +7,7 @@
`ninja`
- Build in the current directory, executing 4 jobs at a time in parallel:
- Build in the current directory, executing 4 [j]obs at a time in parallel:
`ninja -j {{4}}`
@@ -15,10 +15,14 @@
`ninja -C {{path/to/directory}}`
- Show targets (e.g. `install` and `uninstall`):
- Show [t]argets (e.g. `install` and `uninstall`):
`ninja -t targets`
- Display verbose output:
`ninja {{[-v|--verbose]}}`
- Display help:
`ninja -h`