[Lldb-commits] [lldb] r144874 - /lldb/trunk/source/Interpreter/CommandInterpreter.cpp

Jim Ingham jingham at apple.com
Wed Nov 16 17:22:00 PST 2011


Author: jingham
Date: Wed Nov 16 19:22:00 2011
New Revision: 144874

URL: http://llvm.org/viewvc/llvm-project?rev=144874&view=rev
Log: (empty)

Modified:
    lldb/trunk/source/Interpreter/CommandInterpreter.cpp

Modified: lldb/trunk/source/Interpreter/CommandInterpreter.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CommandInterpreter.cpp?rev=144874&r1=144873&r2=144874&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CommandInterpreter.cpp (original)
+++ lldb/trunk/source/Interpreter/CommandInterpreter.cpp Wed Nov 16 19:22:00 2011
@@ -1807,7 +1807,7 @@
         {
             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 ();
             }
         }





More information about the lldb-commits mailing list