Fix help text in skydb

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/871083002
This commit is contained in:
Hixie 2015-01-23 16:25:30 -08:00
parent a7a3147fd4
commit 5a981c6bb6

View File

@ -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)')