diff --git a/src/commands/org/list.ts b/src/commands/org/list.ts index 95972954..08fc8e99 100644 --- a/src/commands/org/list.ts +++ b/src/commands/org/list.ts @@ -101,10 +101,10 @@ export class OrgListCommand extends SfCommand { 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' }` );