From 4c02ecd3313d5b894239e2ae7f2bc9ea43c5df70 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 --- tools/skydb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/skydb b/tools/skydb index 69e4b932d0f..b12d138f2f9 100755 --- a/tools/skydb +++ b/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)')