File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
apps/rush-lib/src/cli/actions
common/changes/@microsoft/rush Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments