X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-cherry-pick.txt;h=bfa950ca19c701bd3837a874bbeeb18b440ed44f;hb=1a82e79315ed633f6b0b1fc4076054950c5380d3;hp=744f2c9ce29d5a245fdf3266bebde624308545ee;hpb=d9722174573fc657c9b6c4adde6165d65c4e8de6;p=git.git diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt index 744f2c9c..bfa950ca 100644 --- a/Documentation/git-cherry-pick.txt +++ b/Documentation/git-cherry-pick.txt @@ -3,7 +3,7 @@ git-cherry-pick(1) NAME ---- -git-cherry-pick - Apply the change introduced by an existing commit. +git-cherry-pick - Apply the change introduced by an existing commit SYNOPSIS -------- @@ -20,7 +20,7 @@ OPTIONS :: Commit to cherry-pick. ---edit:: +-e|--edit:: With this option, `git-cherry-pick` will let you edit the commit message prior committing.