Unverified Commit d3eee57c authored by Lau Ching Jun's avatar Lau Ching Jun Committed by GitHub

Update the help message on precache command for less confusion (#35480)

parent 2ba85a22
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment