]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc/git-branch: fix --force description typo
authorKyle Meyer <kyle@kyleam.com>
Mon, 26 Dec 2022 16:54:41 +0000 (11:54 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Dec 2022 00:45:58 +0000 (09:45 +0900)
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>
Documentation/git-branch.txt

index 12c5f84e3bef5c83c80edec9850315dd334beffa..aa2f78c4c2a0af76133636bc25b943457548d6ea 100644 (file)
@@ -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