summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFile.cpp
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2010-09-08 22:08:58 +0000
committerCaroline Tice <ctice@apple.com>2010-09-08 22:08:58 +0000
commit09799af62e61d1ad5d0f311b41a9648395cf3ffd (patch)
tree4c7b0332820d1de11d88fd8ae07ec0f209485bc3 /lldb/source/Commands/CommandObjectFile.cpp
parent0d2e6ad504fd3785025906bb1f9a9c0a85d187d3 (diff)
downloadbcm5719-llvm-09799af62e61d1ad5d0f311b41a9648395cf3ffd.tar.gz
bcm5719-llvm-09799af62e61d1ad5d0f311b41a9648395cf3ffd.zip
More help text fixes.
llvm-svn: 113421
Diffstat (limited to 'lldb/source/Commands/CommandObjectFile.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectFile.cpp b/lldb/source/Commands/CommandObjectFile.cpp
index ac34c86a5d0..9db40b02904 100644
--- a/lldb/source/Commands/CommandObjectFile.cpp
+++ b/lldb/source/Commands/CommandObjectFile.cpp
@@ -38,7 +38,7 @@ CommandObjectFile::CommandOptions::~CommandOptions ()
lldb::OptionDefinition
CommandObjectFile::CommandOptions::g_option_table[] =
{
- { LLDB_OPT_SET_1, false, "arch", 'a', required_argument, NULL, 0, "<arch>", "Specify the architecture to launch."},
+ { LLDB_OPT_SET_1, false, "arch", 'a', required_argument, NULL, 0, "<arch>", "Specify the architecture to be used when the process is launched."},
{ 0, false, NULL, 0, 0, NULL, 0, NULL, NULL }
};
@@ -111,7 +111,7 @@ CommandObjectFile::Execute
)
{
const char *file_path = command.GetArgumentAtIndex(0);
- Timer scoped_timer(__PRETTY_FUNCTION__, "(dbg) file '%s'", file_path);
+ Timer scoped_timer(__PRETTY_FUNCTION__, "(lldb) file '%s'", file_path);
const int argc = command.GetArgumentCount();
if (argc == 1)
{
OpenPOWER on IntegriCloud