| Index: sky/tools/debugger/prompt/prompt.cc
|
| diff --git a/sky/tools/debugger/prompt/prompt.cc b/sky/tools/debugger/prompt/prompt.cc
|
| index 0432d09f9df17183c7a52761d0fb12ea09caf0d6..23f1c5dfb8038f8da1d1dd79fa9f6e74a010669b 100644
|
| --- a/sky/tools/debugger/prompt/prompt.cc
|
| +++ b/sky/tools/debugger/prompt/prompt.cc
|
| @@ -178,7 +178,7 @@ class Prompt : public mojo::ApplicationDelegate,
|
|
|
| void StartProfiling(int connection_id) {
|
| base::debug::StartProfiling("sky_viewer.pprof");
|
| - Respond(connection_id, "Starting profiling (type 'stop_profiling' to stop");
|
| + Respond(connection_id, "Starting profiling (stop with 'stop_profiling')");
|
| }
|
|
|
| void StopProfiling(int connection_id) {
|
|
|