1
0
Fork 0
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:
Miles Glapa-Grossklag 2021-08-26 20:47:27 -07:00 committed by GitHub
parent 8223d2df17
commit 35e8bae324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,