X Tutup
Skip to content

Commit 554d2c7

Browse files
committed
Fix a mistake in the --overwrite paramter description.
1 parent 7bcc2b6 commit 554d2c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/rush-lib/src/cli/actions/ChangeAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class ChangeAction extends BaseRushAction {
115115
this._overwriteFlagParemter = this.defineFlagParameter({
116116
parameterLongName: '--overwrite',
117117
description: `If a changefile already exists, overwrite without prompting ` +
118-
`(or erroring in ${BULK_BUMP_TYPE_LONG_NAME} mode).`
118+
`(or erroring in ${BULK_LONG_NAME} mode).`
119119
});
120120

121121
this._changeEmailParameter = this.defineStringParameter({

apps/rush-lib/src/cli/test/__snapshots__/CommandLineHelp.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Optional arguments:
176176
specified, the checked out branch is compared against
177177
the \\"master\\" branch.
178178
--overwrite If a changefile already exists, overwrite without
179-
prompting (or erroring in --bump-type mode).
179+
prompting (or erroring in --bulk mode).
180180
--email EMAIL The email address to use in changefiles. If this
181181
parameter is not provided, the email address will be
182182
detected or prompted for in intractive mode.

0 commit comments

Comments
 (0)
X Tutup