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 beb73b0039d..688881a87a9 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -1807,7 +1807,7 @@ CommandInterpreter::GetConfirmationInputReaderCallback { if (out_file.IsValid() && !reader.IsDone() && reader.GetPrompt()) { - out_file.Printf ("Please answer \"y\" or \"Y\" or \"n\" or \"N\"\n%s", reader.GetPrompt()); + out_file.Printf ("Please answer \"y\" or \"n\".\n%s", reader.GetPrompt()); out_file.Flush (); } } |