Skip to content

Commit

Permalink
Update preview.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel authored Dec 7, 2023
1 parent d7f47c5 commit a9dfb80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/project/retrieve/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default class RetrieveMetadataPreview extends SfCommand<PreviewResult> {
}),
concise: Flags.boolean({
summary: messages.getMessage('flags.concise.summary'),
description: messages.getMessage('flags.concise.description'),
default: false,
}),
};
Expand Down

0 comments on commit a9dfb80

Please sign in to comment.