mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix typo in --machine help text (#119563)
This commit is contained in:
parent
b227df3089
commit
18c7f8a278
@ -283,7 +283,7 @@ class FlutterCommandRunner extends CommandRunner<void> {
|
||||
return;
|
||||
}
|
||||
if (machineFlag && topLevelResults.command?.name != 'analyze') {
|
||||
throwToolExit('The "--machine" flag is only valid with the "--version" flag or the "analzye --suggestions" command.', exitCode: 2);
|
||||
throwToolExit('The "--machine" flag is only valid with the "--version" flag or the "analyze --suggestions" command.', exitCode: 2);
|
||||
}
|
||||
await super.runCommand(topLevelResults);
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user