atrace: fix the help string

Change-Id: I19f0093d65d64e669ad71c600c103f4080bfa2c2
This commit is contained in:
Jamie Gennis 2012-12-07 16:29:03 -08:00
parent 46b6bce198
commit 92573f1ba0

View File

@ -562,6 +562,8 @@ static void showHelp(const char *cmd)
" --async_dump dump the current contents of circular trace buffer\n" " --async_dump dump the current contents of circular trace buffer\n"
" --async_stop stop tracing and dump the current contents of circular\n" " --async_stop stop tracing and dump the current contents of circular\n"
" trace buffer\n" " trace buffer\n"
" --list_categories\n"
" list the available tracing categories\n"
); );
} }