aboutsummaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
diff options
context:
space:
mode:
authorBrandon Casey <casey@nrlssc.navy.mil>2008-01-30 18:41:25 -0600
committerJunio C Hamano <gitster@pobox.com>2008-01-30 17:21:02 -0800
commitc41b439244c51b30c60953192816afc91e552578 (patch)
tree4e4e7b6039b628040c42c067ca9a4a488b303152 /git-filter-branch.sh
parent733f1815abf99fe43eb8a9d6df5e0466751e6ba3 (diff)
downloadgit-c41b439244c51b30c60953192816afc91e552578.tar.gz
git-c41b439244c51b30c60953192816afc91e552578.tar.xz
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>
Diffstat (limited to 'git-filter-branch.sh')
-rwxr-xr-xgit-filter-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-filter-branch.sh b/git-filter-branch.sh
index fbb948d6f..753bf50c6 100755
--- a/git-filter-branch.sh
+++ b/git-filter-branch.sh
@@ -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