mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
summary docs: use correct order of arguments
If you were to follow the docs on git-summary(1), it would crash.
This commit is contained in:
parent
8a559a070a
commit
cdc4d8a0cf
|
|
@ -3,7 +3,7 @@ git-summary(1) -- Show repository summary
|
|||
|
||||
## SYNOPSIS
|
||||
|
||||
`git-summary` [<commitish>] [--line]
|
||||
`git-summary` [--line] [<commitish>]
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue