]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-imap-send.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-imap-send.txt
index eca9e9ccef49e667fffcae9238866123911a24c8..27d3de973f88ccf8dc643c8b152aacf156234aa6 100644 (file)
@@ -8,7 +8,7 @@ git-imap-send - Dump a mailbox from stdin into an imap folder
 
 SYNOPSIS
 --------
-'git-imap-send'
+'git imap-send'
 
 
 DESCRIPTION
@@ -20,7 +20,7 @@ files directly.
 
 Typical usage is something like:
 
-git-format-patch --signoff --stdout --attach origin | git-imap-send
+git format-patch --signoff --stdout --attach origin | git imap-send
 
 
 CONFIGURATION
@@ -59,4 +59,4 @@ Documentation by Mike McCormack
 
 GIT
 ---
-Part of the gitlink:git[7] suite
+Part of the linkgit:git[1] suite