]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-push.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-push.txt
index f3d5d883a7e4e42c47670eeeef41799b1cb0c228..176379134ee7bc106dc9f54982218129559b7e99 100644 (file)
@@ -9,7 +9,7 @@ git-push - Update remote refs along with associated objects
 SYNOPSIS
 --------
 [verse]
-'git-push' [--all] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>]
+'git push' [--all] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>]
            [--repo=all] [-f | --force] [-v | --verbose] [<repository> <refspec>...]
 
 DESCRIPTION