Skip to content

Commit c41b439

Browse files
drafnelgitster
authored andcommitted
filter-branch docs: remove brackets so not to imply revision arg is optional
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 733f181 commit c41b439

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-filter-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SYNOPSIS
1313
[--msg-filter <command>] [--commit-filter <command>]
1414
[--tag-name-filter <command>] [--subdirectory-filter <directory>]
1515
[--original <namespace>] [-d <directory>] [-f | --force]
16-
[<rev-list options>...]
16+
<rev-list options>
1717

1818
DESCRIPTION
1919
-----------

git-filter-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ USAGE="[--env-filter <command>] [--tree-filter <command>] \
9292
[--msg-filter <command>] [--commit-filter <command>] \
9393
[--tag-name-filter <command>] [--subdirectory-filter <directory>] \
9494
[--original <namespace>] [-d <directory>] [-f | --force] \
95-
[<rev-list options>...]"
95+
<rev-list options>"
9696

9797
OPTIONS_SPEC=
9898
. git-sh-setup

0 commit comments

Comments
 (0)