Code

gitweb: Lift any characters restriction on searched strings
[git.git] / git-filter-branch.sh
index c42e4512cfb529223f196abd546a988b9809b0ef..01900602e1f64483d2999f48aecea530f7afbc0b 100755 (executable)
@@ -8,7 +8,7 @@
 # a new branch. You can specify a number of filters to modify the commits,
 # files and trees.
 
-USAGE="git-filter-branch [-d TEMPDIR] [FILTERS] DESTBRANCH [REV-RANGE]"
+USAGE="git-filter-branch [-d TEMPDIR] [FILTERS] [REV-RANGE]"
 . git-sh-setup
 
 warn () {