mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
Moved help command to be the last example
This commit is contained in:
parent
57361e79b3
commit
4e0790e7e0
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,6 @@
|
|||
|
||||
`git gc`
|
||||
|
||||
- View full usage:
|
||||
|
||||
`git gc --help`
|
||||
|
||||
- Aggressively optimise, takes more time:
|
||||
|
||||
`git gc --aggressive`
|
||||
|
@ -21,3 +17,7 @@
|
|||
- Suppress all output:
|
||||
|
||||
`git gc --quiet`
|
||||
|
||||
- View full usage:
|
||||
|
||||
`git gc --help`
|
||||
|
|
Loading…
Add table
Reference in a new issue