effort docs: filename -> path

This commit is contained in:
Nicolai Skogheim 2015-08-08 04:16:48 +02:00
parent 96329378b9
commit d367affd57

View file

@ -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