mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix typos in felt build help docs (flutter/engine#37016)
This commit is contained in:
parent
11bb611e7d
commit
cc7ed45b1e
@ -23,14 +23,14 @@ class BuildCommand extends Command<bool> with ArgUtils<bool> {
|
||||
);
|
||||
argParser.addFlag(
|
||||
'build-canvaskit',
|
||||
help: 'Build CanvasKit locally instead of getting it from CIPD. Disabled '
|
||||
help: 'Build CanvasKit locally instead of getting it from CIPD. Enabled '
|
||||
'by default.',
|
||||
defaultsTo: true
|
||||
);
|
||||
argParser.addFlag(
|
||||
'host',
|
||||
help: 'Build the host build instead of the wasm build, which is currently'
|
||||
'needed for `flutter run --local-engine` to work'
|
||||
help: 'Build the host build instead of the wasm build, which is '
|
||||
'currently needed for `flutter run --local-engine` to work.'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user