diff options
author | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-01 15:26:47 +0000 |
---|---|---|
committer | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-01 15:26:47 +0000 |
commit | 3c024ba5e26c86bc628d1b008e64c2043cd05234 (patch) | |
tree | 5bd9394f3984352a06bde2de85f42e96407742dd /lib/irb/lc/help-message | |
parent | 23f89a8932d8941d0d64308dec1e324dba8d7113 (diff) |
* irb messages: fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/lc/help-message')
-rw-r--r-- | lib/irb/lc/help-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/lc/help-message b/lib/irb/lc/help-message index 8a3d63803b..daede5ec21 100644 --- a/lib/irb/lc/help-message +++ b/lib/irb/lc/help-message @@ -21,7 +21,7 @@ Usage: irb.rb [options] [programfile] [arguments] --prompt prompt-mode --prompt-mode prompt-mode switches prompt mode. Pre-defined prompt modes are - `defalut', `simple', `xmp' and `inf-ruby' + `default', `simple', `xmp' and `inf-ruby' --inf-ruby-mode uses prompt appreciate for inf-ruby-mode on emacs. Suppresses --readline. --simple-prompt simple prompt mode |