Skip to content

Commit def136b

Browse files
committed
style: legend color, spacing, output
1 parent 5060b0a commit def136b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/org/list.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ export class OrgListCommand extends SfCommand<OrgListResult> {
101101
skipconnectionstatus: flags['skip-connection-status'],
102102
});
103103

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

0 commit comments

Comments
 (0)