Skip to content

Commit 27875ae

Browse files
kyleamgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8706a59 commit 27875ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ OPTIONS
116116

117117
-f::
118118
--force::
119-
Reset <branchname> to <startpoint>, even if <branchname> exists
119+
Reset <branchname> to <start-point>, even if <branchname> exists
120120
already. Without `-f`, 'git branch' refuses to change an existing branch.
121121
In combination with `-d` (or `--delete`), allow deleting the
122122
branch irrespective of its merged status, or whether it even

0 commit comments

Comments
 (0)