diff --git a/man/git-effort.md b/man/git-effort.md index be41845..700dddc 100644 --- a/man/git-effort.md +++ b/man/git-effort.md @@ -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