diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-01-03 08:38:15 -0600 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-05 20:29:52 -0800 |
commit | c1fe2fe4fe685e0587c3949f953aab726de88994 (patch) | |
tree | 4b7beb3045eb4f4e164dbab045be7ae79074e395 | |
parent | da6bf70ebf7d485e3643ba3569962a4c08e37906 (diff) | |
download | git-c1fe2fe4fe685e0587c3949f953aab726de88994.tar.gz git-c1fe2fe4fe685e0587c3949f953aab726de88994.tar.xz |
Fix git-symbolic-ref typo in git.txt.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 5f068c2a1..875d48776 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -422,7 +422,7 @@ gitlink:git-rev-parse[1]:: gitlink:git-send-email[1]:: Send patch e-mails out of "format-patch --mbox" output. -gitlink:git-symbolic-refs[1]:: +gitlink:git-symbolic-ref[1]:: Read and modify symbolic refs. gitlink:git-stripspace[1]:: |