OSDN Git Service

Fix typo in 'help report' output.
authorThan McIntosh <thanm@google.com>
Tue, 1 Mar 2016 17:38:33 +0000 (12:38 -0500)
committerThan McIntosh <thanm@google.com>
Tue, 1 Mar 2016 17:38:33 +0000 (12:38 -0500)
Was "--pid", should be "--pids".

Change-Id: Icb49a3d7568bd8f339bf0e4e1065fe2367514588

simpleperf/cmd_report.cpp

index b982160..a89be67 100644 (file)
@@ -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"