Update flutter_command_runner.dart (#4398)

This commit is contained in:
Devon Carew 2016-06-06 15:35:31 -07:00
parent 5de581c6c8
commit 958fb0f888

View File

@ -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.');