From b0bf4913ada98c2280d26bb842b4a271a5e2e7dc Mon Sep 17 00:00:00 2001 From: Than McIntosh Date: Tue, 1 Mar 2016 12:38:33 -0500 Subject: Fix typo in 'help report' output. Was "--pid", should be "--pids". Change-Id: Icb49a3d7568bd8f339bf0e4e1065fe2367514588 --- simpleperf/cmd_report.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3