mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
contributing: follow style guide (#6416)
> Introduce options gradually, starting with the simplest command > invocations, and using more complex examples progressively.
This commit is contained in:
parent
8223d2df17
commit
35e8bae324
1 changed files with 2 additions and 2 deletions
|
@ -59,11 +59,11 @@ As a quick reference, the format of each page should match the following templat
|
||||||
|
|
||||||
- Example description:
|
- Example description:
|
||||||
|
|
||||||
`command -opt1 -opt2 -arg1 {{arg_value}}`
|
`command -opt1 -opt2`
|
||||||
|
|
||||||
- Example description:
|
- Example description:
|
||||||
|
|
||||||
`command -opt1 -opt2`
|
`command -opt1 -opt2 -arg1 {{arg_value}}`
|
||||||
```
|
```
|
||||||
|
|
||||||
For more detailed page formatting guidelines,
|
For more detailed page formatting guidelines,
|
||||||
|
|
Loading…
Add table
Reference in a new issue