mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix help text in skydb
R=esprehn@chromium.org Review URL: https://codereview.chromium.org/871083002
This commit is contained in:
parent
ea8c3f0212
commit
4c02ecd331
@ -569,7 +569,7 @@ class SkyDebugger(object):
|
||||
self._add_basic_command(subparsers, 'reload', '/reload',
|
||||
'reload the current page')
|
||||
self._add_basic_command(subparsers, 'inspect', '/inspect',
|
||||
'stop the running sky instance')
|
||||
'start the inspector on the current page (Linux only)')
|
||||
self._add_basic_command(subparsers, 'start_profiling', '/start_profiling',
|
||||
'starts profiling the running sky instance (Linux only)')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user