mirror of https://github.com/CrimsonTome/tldr.git
CONTRIBUTING: emphasize right use of placeholders (#11946)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>pull/23/head
parent
d5c93c019d
commit
db6d109a94
|
@ -85,6 +85,14 @@ Other examples but not limited to of our placeholder syntax are:
|
||||||
- `{{path/to/directory}}`
|
- `{{path/to/directory}}`
|
||||||
- `{{path/to/directory1 path/to/directory2 ...}}`
|
- `{{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,
|
For more detailed formatting guidelines,
|
||||||
refer to the [style guide](contributing-guides/style-guide.md).
|
refer to the [style guide](contributing-guides/style-guide.md).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue