From f06a9beda5ded1529159d85efe81956e085fc9e6 Mon Sep 17 00:00:00 2001 From: Priyansh <88396544+itsspriyansh@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:01:03 +0530 Subject: [PATCH] Update src/commands/android/constants.ts Co-authored-by: Priyansh Garg --- src/commands/android/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/android/constants.ts b/src/commands/android/constants.ts index b6e9b24..4833e80 100644 --- a/src/commands/android/constants.ts +++ b/src/commands/android/constants.ts @@ -27,7 +27,7 @@ export const AVAILABLE_OPTIONS: AvailableOptions = { }, standalone: { alias: [], - description: 'Downloads Android SDK and sets up emulator with Android v11.' + description: 'Do standalone setup for Android Emulator (no Nightwatch-related requirements will be downloaded).' } };