diff options
author | Jim Ingham <jingham@apple.com> | 2011-11-17 01:22:00 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2011-11-17 01:22:00 +0000 |
commit | 78d614883f2f751ea9334f2a16b3bdedcf15be5a (patch) | |
tree | 82d1772f451d3d076f6fc5c97ae6c312c6504655 /lldb/source/Interpreter/CommandInterpreter.cpp | |
parent | 52f71220d57e418f0dd58289762146e41b0da6b8 (diff) | |
download | bcm5719-llvm-78d614883f2f751ea9334f2a16b3bdedcf15be5a.tar.gz bcm5719-llvm-78d614883f2f751ea9334f2a16b3bdedcf15be5a.zip |
(no commit message)
llvm-svn: 144874
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 (); } } |