perl5db.pl incorrect instructions in termination message
authorBrendan O'Dea <bod@debian.org>
Sat, 29 Oct 2005 07:14:40 +0000 (17:14 +1000)
committerSteve Peters <steve@fisharerojo.org>
Fri, 28 Oct 2005 23:38:35 +0000 (23:38 +0000)
Message-ID: <20051028211440.GA23305@londo.c47.org>

p4raw-id: //depot/perl@25868

lib/perl5db.pl

index e783ef5..b4edc83 100644 (file)
@@ -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.