diff --git a/components/git/land.js b/components/git/land.js index 9c69107c..efa0fae2 100644 --- a/components/git/land.js +++ b/components/git/land.js @@ -48,8 +48,8 @@ const landActions = { type: 'boolean' }, fixupAll: { - describe: 'Automatically fixup all commits to the first one dismissing ' + - 'other commit messages', + describe: 'Automatically fixup ("squash") all commits to the first one ' + + 'dismissing other commit messages', default: false, type: 'boolean' },