diff options
-rwxr-xr-x | src/atrace/atrace.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/atrace/atrace.cpp b/src/atrace/atrace.cpp index 3fabf0b..3fc0952 100755 --- a/src/atrace/atrace.cpp +++ b/src/atrace/atrace.cpp @@ -930,8 +930,9 @@ static void showHelp(const char *cmd) " --async_start start circular trace and return immediatly\n" " --async_dump dump the current contents of circular trace buffer\n" " --async_stop stop tracing and dump the current contents of circular\n" - " trace buffer\n" - " --append append traces to the existing traces. do not clear the trace buffer\n and kernel trace events set" + " trace buffer\n" + " --append append traces to the existing traces. do not clear the trace buffer \n" + " and kernel trace events set\n" " --backup back up the existing traces to /tmp/trace.backup and then clear the trace buffer\n" " --list_categories\n" " list the available tracing categories\n" |