diff options
author | Brandon Casey <casey@nrlssc.navy.mil> | 2008-01-30 18:41:25 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-30 17:21:02 -0800 |
commit | c41b439244c51b30c60953192816afc91e552578 (patch) | |
tree | 4e4e7b6039b628040c42c067ca9a4a488b303152 /git-filter-branch.sh | |
parent | Use 'printf %s $x' notation in t5401 (diff) | |
download | tgif-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-x | git-filter-branch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-filter-branch.sh b/git-filter-branch.sh index fbb948d6fd..753bf50c6d 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 |