git-filter-branch: more detailed USAGE

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Giuseppe Bilotta 2007-08-30 19:10:41 +02:00 коммит произвёл Junio C Hamano
Родитель fa8fe28c60
Коммит 26a65dea3e
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,13 @@
# a new branch. You can specify a number of filters to modify the commits,
# files and trees.
USAGE="git-filter-branch [-d TEMPDIR] [FILTERS] [REV-RANGE]"
USAGE="[--env-filter <command>] [--tree-filter <command>] \
[--index-filter <command>] [--parent-filter <command>] \
[--msg-filter <command>] [--commit-filter <command>] \
[--tag-name-filter <command>] [--subdirectory-filter <directory>] \
[--original <namespace>] [-d <directory>] [-f | --force] \
[<rev-list options>...]"
. git-sh-setup
warn () {