mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 13:55:03 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user