(no commit message)

llvm-svn: 144874
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp
index beb73b0..688881a 100644
--- a/lldb/source/Interpreter/CommandInterpreter.cpp
+++ b/lldb/source/Interpreter/CommandInterpreter.cpp
@@ -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 ();
             }
         }