From d612975e8e15800cb4e2d1250589fb9a697aa65c Mon Sep 17 00:00:00 2001 From: Andreas Heiduk Date: Sat, 10 Jun 2017 10:54:45 +0200 Subject: filter-branch: add [--] to usage Signed-off-by: Andreas Heiduk Signed-off-by: Junio C Hamano --- git-filter-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-filter-branch.sh') diff --git a/git-filter-branch.sh b/git-filter-branch.sh index 2758ae5ebf..3a74602ef3 100755 --- a/git-filter-branch.sh +++ b/git-filter-branch.sh @@ -87,7 +87,7 @@ USAGE="[--setup ] [--env-filter ] [--commit-filter ] [--tag-name-filter ] [--subdirectory-filter ] [--original ] [-d ] [-f | --force] - [...]" + [--] [...]" OPTIONS_SPEC= . git-sh-setup -- cgit v1.2.3