Skip to content

Commit ce38c70

Browse files
authored
docs: refer to "squash" in help screen for git node land (#1108)
Signed-off-by: Stewart X Addison <sxa@ibm.com>
1 parent b970144 commit ce38c70

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)