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:
Nicolai Skogheim 2015-08-06 19:55:44 +02:00
parent 8a559a070a
commit cdc4d8a0cf

View file

@ -3,7 +3,7 @@ git-summary(1) -- Show repository summary
## SYNOPSIS
`git-summary` [<commitish>] [--line]
`git-summary` [--line] [<commitish>]
## DESCRIPTION