mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
update description text for the trace command
This commit is contained in:
parent
12419d6bcf
commit
be2862debc
@ -11,9 +11,9 @@ import '../runner/flutter_command.dart';
|
||||
|
||||
class TraceCommand extends FlutterCommand {
|
||||
final String name = 'trace';
|
||||
final String description = 'Start and stop tracing a running Flutter app '
|
||||
'(Android only, requires root).\n'
|
||||
'To start a trace, wait, and then stop the trace, don\'t set any flags '
|
||||
final String description = 'Start and stop tracing for a running Flutter app '
|
||||
'(Android only).\n'
|
||||
'To start a trace, wait, then stop the trace, don\'t set any flags '
|
||||
'except (optionally) duration.\n'
|
||||
'Otherwise, specify either start or stop to manually control the trace.';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user