Remove extra minuses from command option

Reviewers: labath, abidh, clayborg, ki.stfu

Reviewed By: labath, abidh, clayborg, ki.stfu

Subscribers: clayborg, ki.stfu, lldb-commits

Differential Revision: https://reviews.llvm.org/D40022

llvm-svn: 318846
This commit is contained in:
Tatyana Krasnukha 2017-11-22 17:07:43 +00:00
parent c596226604
commit 70cf4dd735

View File

@ -2586,7 +2586,7 @@ public:
"Fullpath or basename for module to load.", ""),
m_load_option(LLDB_OPT_SET_1, false, "load", 'l',
"Write file contents to the memory.", false, true),
m_pc_option(LLDB_OPT_SET_1, false, "--set-pc-to-entry", 'p',
m_pc_option(LLDB_OPT_SET_1, false, "set-pc-to-entry", 'p',
"Set PC to the entry point."
" Only applicable with '--load' option.",
false, true),