commit | 92573f1ba0d5360d7bfa8ab8935118db7a251f62 | [log] [tgz] |
---|---|---|
author | Jamie Gennis <jgennis@google.com> | Fri Dec 07 16:29:03 2012 -0800 |
committer | Jamie Gennis <jgennis@google.com> | Fri Dec 07 16:29:03 2012 -0800 |
tree | 07a99dcb8fb1c21b0995f991f479859f25f39bd8 | |
parent | 46b6bce198c81ce9a4e0583e876d080ad48db003 [diff] [blame] |
atrace: fix the help string Change-Id: I19f0093d65d64e669ad71c600c103f4080bfa2c2
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp index a4bf674..c6b3dce 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp
@@ -562,6 +562,8 @@ " --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" + " --list_categories\n" + " list the available tracing categories\n" ); }