| Index: sky/tools/skydb
|
| diff --git a/sky/tools/skydb b/sky/tools/skydb
|
| index eb13caab5e1713698fbf16f1adab368dfb55ca58..db31e697cba34c529ccddfba2fa013e3b45fe48c 100755
|
| --- a/sky/tools/skydb
|
| +++ b/sky/tools/skydb
|
| @@ -572,7 +572,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)')
|
|
|
|
|