]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-cherry-pick.txt
Documentation: use [verse] for SYNOPSIS sections
[thirdparty/git.git] / Documentation / git-cherry-pick.txt
index 9d8fe0d26145ae45f566d3e8d4253c396630b41f..6c9c2cb3831698bb2d262344ab76baa601e8dde2 100644 (file)
@@ -7,6 +7,7 @@ git-cherry-pick - Apply the changes introduced by some existing commits
 
 SYNOPSIS
 --------
+[verse]
 'git cherry-pick' [--edit] [-n] [-m parent-number] [-s] [-x] [--ff] <commit>...
 
 DESCRIPTION