summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2005-10-29 17:14:40 +1000
committerSteve Peters <steve@fisharerojo.org>2005-10-28 23:38:35 +0000
commit6b27b0a01f1113e5e831a7896f1e08800942f3e5 (patch)
treee4238d8da89cefb947a56d6963e6597a8f4880db /lib/perl5db.pl
parenta0d89a74d75a733390be8ece95b4e59a60b7d69a (diff)
downloadperl-6b27b0a01f1113e5e831a7896f1e08800942f3e5.tar.gz
perl5db.pl incorrect instructions in termination message
Message-ID: <20051028211440.GA23305@londo.c47.org> p4raw-id: //depot/perl@25868
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r--lib/perl5db.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index e783ef5191..b4edc83819 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -2034,8 +2034,8 @@ to enter commands and have a valid context to be in.
$term || &setterm;
print_help(<<EOP);
Debugged program terminated. Use B<q> to quit or B<R> to restart,
- use B<O> I<inhibit_exit> to avoid stopping after program termination,
- B<h q>, B<h R> or B<h O> to get additional info.
+ use B<o> I<inhibit_exit> to avoid stopping after program termination,
+ B<h q>, B<h R> or B<h o> to get additional info.
EOP
# Set the DB::eval context appropriately.