Skip to content

Commit 5a09c04

Browse files
committed
fix: improve texts shown on preview command
1 parent 8036ba3 commit 5a09c04

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 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")}.
48+
-> Press ${this.underlineBoldCyan("a")} to get a link to NativeScript Playground app for ${this.underlineBoldCyan("Android")} on Google Play
49+
-> Press ${this.underlineBoldCyan("i")} to get a link to NativeScript Playground app for ${this.underlineBoldCyan("iOS")} on the App Store
50+
-> Press ${this.underlineBoldCyan("c")} to show the QR code of ${this.underlineBoldCyan("your application")}
5151
`);
5252
}
5353

0 commit comments

Comments
 (0)