summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-11-03 05:14:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-11-05 01:22:04 (GMT)
commit14f74d59072c7bf0586b15165538373bed898f18 (patch)
treeadc87d440f4fb6770e745deb8b6a6ee09724e387
parentc9ef0d95ebf3ca154ef1d8345e9713eddecd9c90 (diff)
downloadgit-14f74d59072c7bf0586b15165538373bed898f18.zip
git-14f74d59072c7bf0586b15165538373bed898f18.tar.gz
git-14f74d59072c7bf0586b15165538373bed898f18.tar.bz2
git-worktree.txt: correct linkgit command name
Noticed-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> 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 9117e4f..69d55f1 100644
--- a/Documentation/git-worktree.txt
+++ b/Documentation/git-worktree.txt
@@ -230,7 +230,7 @@ GIT_COMMON_DIR/worktrees/foo/HEAD and
GIT_COMMON_DIR/worktrees/bar/refs/bisect/bad.
To access refs, it's best not to look inside GIT_DIR directly. Instead
-use commands such as linkgit:git-revparse[1] or linkgit:git-update-ref[1]
+use commands such as linkgit:git-rev-parse[1] or linkgit:git-update-ref[1]
which will handle refs correctly.
DETAILS