Skip to content

Commit

Permalink
filter-branch docs: remove brackets so not to imply revision arg is o…
Browse files Browse the repository at this point in the history
…ptional

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
drafnel authored and gitster committed Jan 31, 2008
1 parent 733f181 commit c41b439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-filter-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SYNOPSIS
[--msg-filter <command>] [--commit-filter <command>]
[--tag-name-filter <command>] [--subdirectory-filter <directory>]
[--original <namespace>] [-d <directory>] [-f | --force]
[<rev-list options>...]
<rev-list options>

DESCRIPTION
-----------
Expand Down
2 changes: 1 addition & 1 deletion git-filter-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ USAGE="[--env-filter <command>] [--tree-filter <command>] \
[--msg-filter <command>] [--commit-filter <command>] \
[--tag-name-filter <command>] [--subdirectory-filter <directory>] \
[--original <namespace>] [-d <directory>] [-f | --force] \
[<rev-list options>...]"
<rev-list options>"

OPTIONS_SPEC=
. git-sh-setup
Expand Down

0 comments on commit c41b439

Please sign in to comment.