OSDN Git Service

atrace: fix the help string
authorJamie Gennis <jgennis@google.com>
Sat, 8 Dec 2012 00:29:03 +0000 (16:29 -0800)
committerJamie Gennis <jgennis@google.com>
Sat, 8 Dec 2012 00:29:03 +0000 (16:29 -0800)
Change-Id: I19f0093d65d64e669ad71c600c103f4080bfa2c2

cmds/atrace/atrace.cpp

index a4bf674..c6b3dce 100644 (file)
@@ -562,6 +562,8 @@ static void showHelp(const char *cmd)
                     "  --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"
             );
 }