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

View File

@@ -59,11 +59,11 @@ As a quick reference, the format of each page should match the following templat
- Example description:
`command -opt1 -opt2 -arg1 {{arg_value}}`
`command -opt1 -opt2`
- Example description:
`command -opt1 -opt2`
`command -opt1 -opt2 -arg1 {{arg_value}}`
```
For more detailed page formatting guidelines,