Commit 958fb0f8 authored by Devon Carew's avatar Devon Carew

Update flutter_command_runner.dart (#4398)

parent 5de581c6
......@@ -40,7 +40,7 @@ class FlutterCommandRunner extends CommandRunner {
help: 'Reduce the amount of output from some commands.');
argParser.addOption('device-id',
abbr: 'd',
help: 'Target device id.');
help: 'Target device id or name (prefixes allowed).');
argParser.addFlag('version',
negatable: false,
help: 'Reports the version of this tool.');
......
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