mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
effort docs: filename -> path
This commit is contained in:
parent
96329378b9
commit
d367affd57
|
|
@ -3,7 +3,7 @@ git-effort(1) -- Show effort statistics on file(s)
|
|||
|
||||
## SYNOPSIS
|
||||
|
||||
`git-effort` [--above <value>] [<options>] [<filename>]
|
||||
`git-effort` [--above <value>] [<options>] [[--] <path>...]
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
|
|
@ -25,9 +25,9 @@ git-effort(1) -- Show effort statistics on file(s)
|
|||
|
||||
Note: `git-effort` does not accept commit ranges.
|
||||
|
||||
<filename>
|
||||
[--] <path>...
|
||||
|
||||
Only display effort statistics for a specific filename.
|
||||
Only count commits that touches the given paths.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue