diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index b707ed9e611..339a3c54a6a 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -279,7 +279,7 @@ CommandInterpreter::Initialize () AddOrReplaceAliasOptions ("call", alias_arguments_vector_sp); alias_arguments_vector_sp.reset (new OptionArgVector); - ProcessAliasOptionsArgs (cmd_obj_sp, "-o --", alias_arguments_vector_sp); + ProcessAliasOptionsArgs (cmd_obj_sp, "-O --", alias_arguments_vector_sp); AddAlias ("po", cmd_obj_sp); AddOrReplaceAliasOptions ("po", alias_arguments_vector_sp); } |