File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( {
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments