Skip to content

Commit ee4d224

Browse files
committed
chore: fix the messages below the QR code on preview command
1 parent 9f9faec commit ee4d224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/services/livesync/playground/qr-code-generator.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export class PlaygroundQrCodeGenerator implements IPlaygroundQrCodeGenerator {
4545

4646
private printUsage(): void {
4747
this.$logger.info(`
48-
-> Press ${this.underlineBoldCyan("a")} to show the QR code of NativeScript Playground app for ${this.underlineBoldCyan("Android")} devices
49-
-> Press ${this.underlineBoldCyan("i")} to show the QR code of NativeScript Playground app for ${this.underlineBoldCyan("iOS")} devices
50-
-> Press ${this.underlineBoldCyan("c")} to display the QR code of the ${this.underlineBoldCyan("current application")}.
48+
-> Press ${this.underlineBoldCyan("a")} to get a link to NativeScript Playground app for ${this.underlineBoldCyan("Android")}
49+
-> Press ${this.underlineBoldCyan("i")} to get a link to NativeScript Playground app for ${this.underlineBoldCyan("iOS")}
50+
-> Press ${this.underlineBoldCyan("c")} to show the QR code of the ${this.underlineBoldCyan("current application")}.
5151
`);
5252
}
5353

0 commit comments

Comments
 (0)