Skip to content

Commit

Permalink
style: legend color, spacing, output
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 9, 2023
1 parent 5060b0a commit def136b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/org/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ export class OrgListCommand extends SfCommand<OrgListResult> {
skipconnectionstatus: flags['skip-connection-status'],
});

this.log(
this.info(
`
Legend: ${defaultHubEmoji}=Default DevHub, ${defaultOrgEmoji}=Default Org ${
this.flags.all ? ' Use --all to see expired and deleted scratch orgs' : ''
flags.all ? '' : ' Use --all to see expired and deleted scratch orgs'
}`
);

Expand Down

0 comments on commit def136b

Please sign in to comment.