We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5060b0a commit def136bCopy full SHA for def136b
src/commands/org/list.ts
@@ -101,10 +101,10 @@ export class OrgListCommand extends SfCommand<OrgListResult> {
101
skipconnectionstatus: flags['skip-connection-status'],
102
});
103
104
- this.log(
+ this.info(
105
`
106
Legend: ${defaultHubEmoji}=Default DevHub, ${defaultOrgEmoji}=Default Org ${
107
- this.flags.all ? ' Use --all to see expired and deleted scratch orgs' : ''
+ flags.all ? '' : ' Use --all to see expired and deleted scratch orgs'
108
}`
109
);
110
0 commit comments