mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update the help message on precache command for less confusion (#35480)
This commit is contained in:
parent
2ba85a22dd
commit
d3eee57c0b
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user