Fix build

Change-Id: Ibb398f36a7569af3480e24145da4317bf5b86998
This commit is contained in:
Glenn Kasten 2012-11-14 16:24:27 -08:00
parent 4edbd078cd
commit 9284fddfc6

View File

@ -434,10 +434,10 @@ static void showHelp(const char *cmd)
" -w trace the kernel workqueue\n" " -w trace the kernel workqueue\n"
" -y trace sync timelines and waits\n" " -y trace sync timelines and waits\n"
" -z compress the trace dump\n" " -z compress the trace dump\n"
" --async_start start circular trace and return immediatly\n", " --async_start start circular trace and return immediatly\n"
" --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"
); );
} }