]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-send-pack.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-send-pack.txt
index ba2fdaec08913e921189395e7feb2ed4d229ece5..dba015fbe9aac0364361406766710ccf758a4b55 100644 (file)
@@ -8,7 +8,7 @@ git-send-pack - Push objects over git protocol to another repository
 
 SYNOPSIS
 --------
-'git-send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [<host>:]<directory> [<ref>...]
+'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [<host>:]<directory> [<ref>...]
 
 DESCRIPTION
 -----------