Update trace.dart (#4055)

This commit is contained in:
Devon Carew 2016-05-19 14:06:40 -07:00
parent 3693a7c303
commit 95f838b072

View File

@ -33,7 +33,7 @@ class TraceCommand extends FlutterCommand {
final String name = 'trace';
@override
final String description = 'Start and stop tracing for a running Flutter app (Android only).';
final String description = 'Start and stop tracing for a running Flutter app.';
@override
final String usageFooter =