diff options
Diffstat (limited to 'lldb/source/Interpreter/Args.cpp')
| -rw-r--r-- | lldb/source/Interpreter/Args.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Interpreter/Args.cpp b/lldb/source/Interpreter/Args.cpp index 059a69a36f7..62a4e1c999a 100644 --- a/lldb/source/Interpreter/Args.cpp +++ b/lldb/source/Interpreter/Args.cpp @@ -893,6 +893,7 @@ Args::ParseAliasOptions { case no_argument: option_arg_vector->push_back (OptionArgPair (std::string (option_str.GetData()), "<no-argument>")); + result.SetStatus (eReturnStatusSuccessFinishNoResult); break; case required_argument: if (optarg != NULL) |

