contributing: follow style guide (#6416)

> Introduce options gradually, starting with the simplest command
> invocations, and using more complex examples progressively.
beep
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
1 changed files with 2 additions and 2 deletions

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,