summaryrefslogtreecommitdiff
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
commitf6698d890ea788c43f60a572399a29587f2c112d (patch)
tree369d0b537f966e1188de1f8d38edad76945d9af7
parent537340f5670ddc417929633aa5d6943ccabd73de (diff)
git-rewrite-branch: fix mistake in the usage text
-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.