Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-12 00:18:03 +00:00
parent 4ed84edbe1
commit ffbd8c31db
29 changed files with 244 additions and 70 deletions

View File

@@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
- Use a different output filename:
`xgettext --output {{path/to/output_file}} {{path/to/input_file}}`
`xgettext {{[-o|--output]}} {{path/to/output_file}} {{path/to/input_file}}`
- Append new strings to an existing file:
`xgettext --join-existing --output {{path/to/output_file}} {{path/to/input_file}}`
`xgettext {{[-j|--join-existing]}} {{[-o|--output]}} {{path/to/output_file}} {{path/to/input_file}}`
- Don't add a header containing metadata to the output file: