From d3eee57c0bd2e19aaa944be07b24c533075fd1a0 Mon Sep 17 00:00:00 2001 From: Lau Ching Jun Date: Mon, 8 Jul 2019 11:04:24 -0700 Subject: [PATCH] Update the help message on precache command for less confusion (#35480) --- packages/flutter_tools/lib/src/commands/precache.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/lib/src/commands/precache.dart b/packages/flutter_tools/lib/src/commands/precache.dart index ece84606a37..2a79171d140 100644 --- a/packages/flutter_tools/lib/src/commands/precache.dart +++ b/packages/flutter_tools/lib/src/commands/precache.dart @@ -12,7 +12,7 @@ import '../version.dart'; class PrecacheCommand extends FlutterCommand { PrecacheCommand() { argParser.addFlag('all-platforms', abbr: 'a', negatable: false, - help: 'Precache artifacts for all platforms.'); + help: 'Precache artifacts for all host platforms.'); argParser.addFlag('force', abbr: 'f', negatable: false, help: 'Force downloading of artifacts.'); argParser.addFlag('android', negatable: true, defaultsTo: true,