From d367affd5754951da5db8e8b010c77551181aa55 Mon Sep 17 00:00:00 2001 From: Nicolai Skogheim Date: Sat, 8 Aug 2015 04:16:48 +0200 Subject: [PATCH] effort docs: filename -> path --- man/git-effort.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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