From 78d614883f2f751ea9334f2a16b3bdedcf15be5a Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 17 Nov 2011 01:22:00 +0000 Subject: (no commit message) llvm-svn: 144874 --- lldb/source/Interpreter/CommandInterpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp') 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 (); } } -- cgit v1.2.3