summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen North <ben@redfrontdoor.org>2016-11-12 08:55:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-11-14 01:56:56 (GMT)
commit2b090822e8d4d2002499bb0fb02a611bb2c775a9 (patch)
tree5555a89412aff3062b1a0ee01ff719f2c7c41b9d
parent080739ba1db7897dde53427937acc011ea98a006 (diff)
downloadgit-2b090822e8d4d2002499bb0fb02a611bb2c775a9.zip
git-2b090822e8d4d2002499bb0fb02a611bb2c775a9.tar.gz
git-2b090822e8d4d2002499bb0fb02a611bb2c775a9.tar.bz2
git-worktree.txt: fix typo "to"/"two", and add comma
Signed-off-by: Ben North <ben@redfrontdoor.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-worktree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt
index 7850dee..cb26373 100644
--- a/Documentation/git-worktree.txt
+++ b/Documentation/git-worktree.txt
@@ -132,7 +132,7 @@ OPTIONS
+
If the last path components in the working tree's path is unique among
working trees, it can be used to identify worktrees. For example if
-you only have to working trees at "/abc/def/ghi" and "/abc/def/ggg",
+you only have two working trees, at "/abc/def/ghi" and "/abc/def/ggg",
then "ghi" or "def/ghi" is enough to point to the former working tree.
DETAILS