diff options
author | Gihun Chang <gihun.chang@samsung.com> | 2016-12-22 11:04:20 +0900 |
---|---|---|
committer | Gihun Chang <gihun.chang@samsung.com> | 2016-12-22 11:19:01 +0900 |
commit | f6d83e370197aa2e531572789c4304cda96c40ca (patch) | |
tree | b9705cf50e67e0577001edcb21ac52a4fd302767 | |
parent | 9dc2704171b9bc5ddb12bbeae30c45bc9dd45e0b (diff) | |
download | ttrace-f6d83e370197aa2e531572789c4304cda96c40ca.tar.gz ttrace-f6d83e370197aa2e531572789c4304cda96c40ca.tar.bz2 ttrace-f6d83e370197aa2e531572789c4304cda96c40ca.zip |
Formatting help message
Change-Id: I4a0f580006ae18cc55901f912fc11ad999f5f3be
-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" |