summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_help.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-10-01 11:32:44 -0700
committerYabin Cui <yabinc@google.com>2015-10-01 11:35:21 -0700
commit8a52e97bfd6e2c59ef48fedb277168a7bfbeec46 (patch)
treefd39c055d29ef1aa8426dacc2ba36964523e1106 /simpleperf/cmd_help.cpp
parent482fe9e37737e5d6c7d0a4e0fe303e7d097971aa (diff)
downloadextras-8a52e97bfd6e2c59ef48fedb277168a7bfbeec46.tar.gz
Simpleperf: warn if it can't read kernel symbols addresses.
And a little format adjustment. Bug: 24404256 Change-Id: Ie8dcd37138a693df18101d415e6e3243f4963582
Diffstat (limited to 'simpleperf/cmd_help.cpp')
-rw-r--r--simpleperf/cmd_help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/cmd_help.cpp b/simpleperf/cmd_help.cpp
index cc66376b..72a42365 100644
--- a/simpleperf/cmd_help.cpp
+++ b/simpleperf/cmd_help.cpp
@@ -60,7 +60,7 @@ void HelpCommand::PrintShortHelp() {
"common options:\n"
" -h/--help Print this help information.\n"
" --log <severity> Set the minimum severity of logging. Possible severities\n"
- " include debug, warning, error, fatal. Default is error.\n"
+ " include debug, warning, error, fatal. Default is warning.\n"
"subcommands:\n");
for (auto& cmd_name : GetAllCommandNames()) {
std::unique_ptr<Command> cmd = CreateCommandInstance(cmd_name);