summaryrefslogtreecommitdiff
path: root/git-rewrite-branch
diff options
context:
space:
mode:
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.