diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index 103554947bba..7860edaaa6fd 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -292,7 +292,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); }