summaryrefslogtreecommitdiff
path: root/git-rewrite-branch
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-06-16 18:03:23 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-16 18:03:23 -0600
commit6462f0318839ceeda0a8e97bba9441e0b88a57db (patch)
treebb3eccb0285741bbe7bea9589733c6139393f0fb /git-rewrite-branch
parent898e52b5598f3d1759715654f7e6cba6bfa5608f (diff)
git-rewrite-branch: fix mistake in the usage text
Diffstat (limited to 'git-rewrite-branch')
-rwxr-xr-xgit-rewrite-branch2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rewrite-branch b/git-rewrite-branch
index 0cdcb02..970229d 100755
--- a/git-rewrite-branch
+++ b/git-rewrite-branch
@@ -8,7 +8,7 @@ set -eE
USAGE='[-h|-v|--no-tag|--tag=tag] <in-branch> <out-branch> <filters>...'
LONG_USAGE='Like filter-branch, but can be used to update branches.
-This creates or updates <out-branch> from <in-branch>. If <in-branch> already
+This creates or updates <out-branch> from <in-branch>. If <out-branch> already
exists, it only runs new commits through the filter. This way, this can be
used to pull from a remote repository with a different layout than yours.