commit | 2618380b9a53dbc47a2b0c837ae09438bba72462 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Thu Nov 17 01:22:00 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Thu Nov 17 01:22:00 2011 +0000 |
tree | 5a263d1241146a0c80302db9d7150fcfe6c4761b | |
parent | 22ca65d81453600c57b4c9befa4e310835f469b5 [diff] [blame] |
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144874 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/CommandInterpreter.cpp b/source/Interpreter/CommandInterpreter.cpp index beb73b0..688881a 100644 --- a/source/Interpreter/CommandInterpreter.cpp +++ b/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 (); } }