]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-request-pull.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-request-pull.txt
index 087eeb7cc22552b8903e54fc52f08eeb56fb1a0d..ca6843032a47617b348a3862be8beb5ce6f28ed6 100644 (file)
@@ -7,7 +7,7 @@ git-request-pull - Generates a summary of pending changes
 
 SYNOPSIS
 --------
-'git-request-pull' <start> <url> [<end>]
+'git request-pull' <start> <url> [<end>]
 
 DESCRIPTION
 -----------
@@ -24,7 +24,7 @@ OPTIONS
        URL to include in the summary.
 
 <end>::
-       Commit to send at; defaults to HEAD.
+       Commit to end at; defaults to HEAD.
 
 Author
 ------
@@ -36,4 +36,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
 
 GIT
 ---
-Part of the gitlink:git[7] suite
+Part of the linkgit:git[1] suite