summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-12-26 16:54:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-12-27 00:45:58 (GMT)
commit27875aeec9859f445f132bd1df745f485aa78826 (patch)
treebc24692478fe681cdb0d27adc171e14dfa771000
parent8706a59933d09354c5e3eb09a543453655a97183 (diff)
downloadgit-27875aeec9859f445f132bd1df745f485aa78826.zip
git-27875aeec9859f445f132bd1df745f485aa78826.tar.gz
git-27875aeec9859f445f132bd1df745f485aa78826.tar.bz2
doc/git-branch: fix --force description typo
Update the description of --force to use '<start-point>' rather than '<startpoint>' to match the spelling used everywhere else in the git-branch documentation. Signed-off-by: Kyle Meyer <kyle@kyleam.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 12c5f84..aa2f78c 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -116,7 +116,7 @@ OPTIONS
-f::
--force::
- Reset <branchname> to <startpoint>, even if <branchname> exists
+ Reset <branchname> to <start-point>, even if <branchname> exists
already. Without `-f`, 'git branch' refuses to change an existing branch.
In combination with `-d` (or `--delete`), allow deleting the
branch irrespective of its merged status, or whether it even