Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-30 00:20:18 +00:00
parent ab141b6531
commit 05a60e354f
7 changed files with 38 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
- Call a specific target, executing 4 jobs at a time in parallel:
`make {{[-j|--jobs]}} {{4}} {{target}}`
`make {{[-j|--jobs]}} 4 {{target}}`
- Use a specific Makefile: