summaryrefslogtreecommitdiff
path: root/lib/irb/lc/ja
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2022-07-11 10:04:58 -0500
committergit <svn-admin@ruby-lang.org>2022-07-12 00:05:15 +0900
commit66dfcbed376489193ad5afeb5da384ddc1f9c849 (patch)
tree6929f459f0ef04ed9f8c9f5c45801f0163c9333b /lib/irb/lc/ja
parentb1218fd33127237a935a8820c1787d093eec28cd (diff)
[ruby/irb] [DOC] Include updated help message (https://github.com/ruby/irb/pull/377)
* Include updated help message https://github.com/ruby/irb/commit/ff129f3794
Diffstat (limited to 'lib/irb/lc/ja')
-rw-r--r--lib/irb/lc/ja/help-message12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/irb/lc/ja/help-message b/lib/irb/lc/ja/help-message
index 238535afb7..1c15d331ea 100644
--- a/lib/irb/lc/ja/help-message
+++ b/lib/irb/lc/ja/help-message
@@ -1,13 +1,3 @@
-# -*- coding: utf-8 -*-
-# irb/lc/ja/help-message.rb -
-# $Release Version: 0.9.6$
-# $Revision$
-# by Keiju ISHITSUKA(keiju@ruby-lang.org)
-#
-# --
-#
-#
-#
Usage: irb.rb [options] [programfile] [arguments]
-f ~/.irbrc を読み込まない.
-d $DEBUG をtrueにする(ruby -d と同じ)
@@ -53,5 +43,3 @@ Usage: irb.rb [options] [programfile] [arguments]
-v, --version irbのバージョンを表示する.
-h, --help irb のヘルプを表示する.
-- 以降のコマンドライン引数をオプションとして扱わない.
-
-# vim:fileencoding=utf-8