Commit be2862de authored by Devon Carew's avatar Devon Carew

update description text for the trace command

parent 12419d6b
......@@ -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.';
......
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