diff options
| author | 2016-07-22 17:35:05 +0000 | |
|---|---|---|
| committer | 2016-07-22 17:35:05 +0000 | |
| commit | 133650e5b135924f586784e70dcba17f8a82368b (patch) | |
| tree | 6bcf2226977bcc010a88f8ec58e5725319e2af47 | |
| parent | f5b35b65204cb979a693d62d37afbf1eb581258d (diff) | |
| parent | f884a06e09694d43da8178fa90472d44d319c7b3 (diff) | |
Merge "Fix a typo in the atrace help text."
| -rw-r--r-- | cmds/atrace/atrace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp index a6d93dcc66..66f3fda8ed 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp @@ -894,7 +894,7 @@ static void showHelp(const char *cmd) " -k fname,... trace the listed kernel functions\n" " -n ignore signals\n" " -s N sleep for N seconds before tracing [default 0]\n" - " -t N trace for N seconds [defualt 5]\n" + " -t N trace for N seconds [default 5]\n" " -z compress the trace dump\n" " --async_start start circular trace and return immediatly\n" " --async_dump dump the current contents of circular trace buffer\n" |