Skip to content

Commit 550f8fd

Browse files
Johannes Sixtgitster
authored andcommitted
Fix a typo in checkout.sh and cleanup one-line help messages
This also shortens option descriptions to fit in 80 columns. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent bf82a15 commit 550f8fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

git-checkout.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
OPTIONS_KEEPDASHDASH=t
44
OPTIONS_SPEC="\
5-
git-branch [options] [<branch>] [<paths>...]
5+
git-checkout [options] [<branch>] [<paths>...]
66
--
77
b= create a new branch started at <branch>
8-
l create the new branchs reflog
9-
track tells if the new branch should track the remote branch
8+
l create the new branch's reflog
9+
track arrange that the new branch tracks the remote branch
1010
f proceed even if the index or working tree is not HEAD
11-
m performa three-way merge on local modifications if needed
11+
m merge local modifications into the new branch
1212
q,quiet be quiet
1313
"
1414
SUBDIRECTORY_OK=Sometimes

0 commit comments

Comments
 (0)