From 1dd68d844a09fecbe76a76e27711004bd3187f09 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Wed, 1 Jul 2026 12:28:08 +0100 Subject: [PATCH] docs: refer to "squash" in help screen for git node land Signed-off-by: Stewart X Addison --- components/git/land.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' },