Skip to content

Commit 92e9491

Browse files
authored
Merge pull request microsoft#1297 from microsoft/octogonz/fix-typo
[rush] Fix typo in command-line help for "rush add"
2 parents c879dda + 63fbdb9 commit 92e9491

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class AddAction extends BaseRushAction {
5050
description: '(Required) The name of the package which should be added as a dependency.'
5151
+ ' A SemVer version specifier can be appended after an "@" sign. WARNING: Symbol characters'
5252
+ ' are usually interpreted by your shell, so it\'s recommended to use quotes.'
53-
+ ' For example, write "rush add --project "example@^1.2.3"" instead of "rush add --project example@^1.2.3".'
53+
+ ' For example, write "rush add --package "example@^1.2.3"" instead of "rush add --package example@^1.2.3".'
5454
});
5555
this._exactFlag = this.defineFlagParameter({
5656
parameterLongName: '--exact',
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Fix typo in command-line help for \"rush add\"",
5+
"packageName": "@microsoft/rush",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}

0 commit comments

Comments
 (0)