Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92573f1b authored by Jamie Gennis's avatar Jamie Gennis
Browse files

atrace: fix the help string

Change-Id: I19f0093d65d64e669ad71c600c103f4080bfa2c2
parent 46b6bce1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"
            );
}