aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debug.rb
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-09 15:34:20 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-09 15:34:20 +0000
commit237229e2016bfc28d2935c7c8994fd9fb83203f2 (patch)
tree27805b778bc80a8896d17c2de265bda92793f2fb /lib/debug.rb
parent977bf97db340c4f8ec63a43b780d91b1e9ab4443 (diff)
downloadruby-237229e2016bfc28d2935c7c8994fd9fb83203f2.tar.gz
DEBUGGER__::Context::debug_print_help: Typo fix of help message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/debug.rb')
-rw-r--r--lib/debug.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.rb b/lib/debug.rb
index 23a1df6047..dc48f0de1c 100644
--- a/lib/debug.rb
+++ b/lib/debug.rb
@@ -529,7 +529,7 @@ class Context
stdout.print <<EOHELP
Debugger help v.-0.002b
Commands
- b[reak] [file|method:]<line|method>
+ b[reak] [file:]<line|method>
set breakpoint to some position
wat[ch] <expression> set watchpoint to some expression
cat[ch] <an Exception> set catchpoint to an exception