mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
CONTRIBUTING: emphasize right use of placeholders (#11946)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
d5c93c019d
commit
db6d109a94
1 changed files with 8 additions and 0 deletions
|
@ -85,6 +85,14 @@ Other examples but not limited to of our placeholder syntax are:
|
|||
- `{{path/to/directory}}`
|
||||
- `{{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
However, if the description suggests a specific value, leave it as part of the command, and **not** as a placeholder, for example:
|
||||
|
||||
```md
|
||||
- Display records more recent than 3 days:
|
||||
|
||||
`lastlog --time 3`
|
||||
```
|
||||
|
||||
For more detailed formatting guidelines,
|
||||
refer to the [style guide](contributing-guides/style-guide.md).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue