Skip to content

Commit a7ad313

Browse files
committed
docs: refer to "squash" in help screen for git node land
Signed-off-by: Stewart X Addison <sxa@ibm.com>
1 parent 2d1085f commit a7ad313

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/git/land.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ const landActions = {
4848
type: 'boolean'
4949
},
5050
fixupAll: {
51-
describe: 'Automatically fixup all commits to the first one dismissing ' +
52-
'other commit messages',
51+
describe: 'Automatically fixup (squash) all commits to the first one ' +
52+
'dismissing other commit messages',
5353
default: false,
5454
type: 'boolean'
5555
},

0 commit comments

Comments
 (0)