summaryrefslogtreecommitdiffstats
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
commit9137ef910b646838fbe10615ee05beaf73712e80 (patch)
tree27805b778bc80a8896d17c2de265bda92793f2fb /lib/debug.rb
parent7faaff10719611490daf28a630dcdbf8ca28c86f (diff)
downloadruby-9137ef910b646838fbe10615ee05beaf73712e80.tar.gz
ruby-9137ef910b646838fbe10615ee05beaf73712e80.tar.xz
ruby-9137ef910b646838fbe10615ee05beaf73712e80.zip
DEBUGGER__::Context::debug_print_help: Typo fix of help message.
git-svn-id: http://svn.ruby-lang.org/repos/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 23a1df604..dc48f0de1 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