Skip to content

Commit 95f838b

Browse files
committed
Update trace.dart (flutter#4055)
1 parent 3693a7c commit 95f838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/commands/trace.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TraceCommand extends FlutterCommand {
3333
final String name = 'trace';
3434

3535
@override
36-
final String description = 'Start and stop tracing for a running Flutter app (Android only).';
36+
final String description = 'Start and stop tracing for a running Flutter app.';
3737

3838
@override
3939
final String usageFooter =

0 commit comments

Comments
 (0)