summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report.cpp
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2016-03-01 12:38:33 -0500
committerThan McIntosh <thanm@google.com>2016-03-01 12:38:33 -0500
commitb0bf4913ada98c2280d26bb842b4a271a5e2e7dc (patch)
tree5d582afaca09df8b0a0cbf5ddbb34194c21d9ea6 /simpleperf/cmd_report.cpp
parent9e0f649ea94cce48df7bfca238fecac1ed1dac98 (diff)
downloadextras-b0bf4913ada98c2280d26bb842b4a271a5e2e7dc.tar.gz
Fix typo in 'help report' output.
Was "--pid", should be "--pids". Change-Id: Icb49a3d7568bd8f339bf0e4e1065fe2367514588
Diffstat (limited to 'simpleperf/cmd_report.cpp')
-rw-r--r--simpleperf/cmd_report.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/cmd_report.cpp b/simpleperf/cmd_report.cpp
index b9821605..a89be676 100644
--- a/simpleperf/cmd_report.cpp
+++ b/simpleperf/cmd_report.cpp
@@ -257,7 +257,7 @@ class ReportCommand : public Command {
" -n Print the sample count for each item.\n"
" --no-demangle Don't demangle symbol names.\n"
" -o report_file_name Set report file name, default is stdout.\n"
- " --pid pid1,pid2,...\n"
+ " --pids pid1,pid2,...\n"
" Report only for selected pids.\n"
" --sort key1,key2,...\n"
" Select the keys to sort and print the report. Possible keys\n"