]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-cherry-pick.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-cherry-pick.txt
index 5ac9cfb0ef2e2eb26ebe5cce6a5c7ed54d4e39ec..197ef944ad2937908d3ce0c66a6f8d4ca46b8814 100644 (file)
@@ -7,7 +7,7 @@ git-cherry-pick - Apply the change introduced by an existing commit
 
 SYNOPSIS
 --------
-'git-cherry-pick' [--edit] [-n] [-m parent-number] [-s] [-x] <commit>
+'git cherry-pick' [--edit] [-n] [-m parent-number] [-s] [-x] <commit>
 
 DESCRIPTION
 -----------