From 5a981c6bb68c5afba65e2dbc64a456f6725072af Mon Sep 17 00:00:00 2001 From: Hixie Date: Fri, 23 Jan 2015 16:25:30 -0800 Subject: [PATCH] Fix help text in skydb R=esprehn@chromium.org Review URL: https://codereview.chromium.org/871083002 --- engine/src/flutter/tools/skydb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/tools/skydb b/engine/src/flutter/tools/skydb index 69e4b932d0f..b12d138f2f9 100755 --- a/engine/src/flutter/tools/skydb +++ b/engine/src/flutter/tools/skydb @@ -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)')