commit | 2304b6ff44e620a73a730a702f8ec603e94a3e13 | [log] [tgz] |
---|---|---|
author | Adrian McCarthy <amccarth@google.com> | Thu Apr 23 20:00:25 2015 +0000 |
committer | Adrian McCarthy <amccarth@google.com> | Thu Apr 23 20:00:25 2015 +0000 |
tree | 9009261d91d63472e2185d30dc82f8a51e61dab5 | |
parent | 3286ec1484bb20d99c8d69f417b789c5da0b8166 [diff] [blame] |
Factor resolution of abbreviations and aliases so that they can be tested directly. http://reviews.llvm.org/D9033 llvm-svn: 235633
diff --git a/lldb/source/Commands/CommandObjectMultiword.cpp b/lldb/source/Commands/CommandObjectMultiword.cpp index d558a06..0dac948 100644 --- a/lldb/source/Commands/CommandObjectMultiword.cpp +++ b/lldb/source/Commands/CommandObjectMultiword.cpp
@@ -153,7 +153,7 @@ error_msg.append (GetCommandName()); error_msg.append (" "); error_msg.append (sub_command); - error_msg.append ("'"); + error_msg.append ("'."); if (num_subcmd_matches > 0) {