Skip to content

Commit

Permalink
Update libraries/rush-lib/src/cli/actions/ScanAction.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Clanton-Thuon <[email protected]>
  • Loading branch information
sherlockfeng and iclanton authored Dec 16, 2024
1 parent ae369e1 commit 3af8063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/rush-lib/src/cli/actions/ScanAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class ScanAction extends BaseConfiglessRushAction {
'Normally we can input all the folders under the project directory, excluding the ignored folders.'
});
this._projects = this.defineStringListParameter({
parameterLongName: '--only',
parameterLongName: '--project',
parameterShortName: '-p',
argumentName: 'PROJECT',
description: 'Projects that need to be checked for phantom dependencies.'
Expand Down

0 comments on commit 3af8063

Please sign in to comment.