Documentation/git-worktree.txt: add missing `

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ralf Thielow committed Jan 11, 2018 at 19:18 UTC 50fdf7b1b12c801ded04c31c108ece9a9570a9ec
1 file changed +1 -1
Documentation/git-worktree.txt
+1 -1
@@ -118,7 +118,7 @@ OPTIONS
118 --[no-]guess-remote::
119 With `worktree add <path>`, without `<commit-ish>`, instead
120 of creating a new branch from HEAD, if there exists a tracking
121 - branch in exactly one remote matching the basename of `<path>,
121 + branch in exactly one remote matching the basename of `<path>`,
122 base the new branch on the remote-tracking branch, and mark
123 the remote-tracking branch as "upstream" from the new branch.
124 +