X Tutup
Skip to content

Commit da11245

Browse files
committed
part of the feedback
1 parent e3b1012 commit da11245

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class AddAction extends BaseRushAction {
8282
});
8383
this._allFlag = this.defineFlagParameter({
8484
parameterLongName: '--all',
85-
description: 'If specified, the dependency will be added to all of your projects.'
85+
description: 'If specified, the dependency will be added to all projects.'
8686
});
8787
}
8888

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"changes": [
33
{
4-
"comment": "rush add --all",
4+
"comment": "Add an --all flag to \"rush add\" to add a dependency to all projects.",
55
"packageName": "@microsoft/rush",
66
"type": "none"
77
}
88
],
99
"packageName": "@microsoft/rush",
1010
"email": "sadasant@gmail.com"
11-
}
11+
}

0 commit comments

Comments
 (0)
X Tutup