Skip to content

Commit

Permalink
Correct ja/help-message for --context-mode and --prompt (ruby#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanagi authored Nov 7, 2024
1 parent 7bbb885 commit b21432d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/irb/lc/ja/help-message
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Usage: irb.rb [options] [programfile] [arguments]
-w ruby -w と同じ.
-W[level=2] ruby -W と同じ.
--context-mode n 新しいワークスペースを作成した時に関連する Binding
オブジェクトの作成方法を 0 から 3 のいずれかに設定する.
オブジェクトの作成方法を 0 から 4 のいずれかに設定する.
--extra-doc-dir 指定したディレクトリのドキュメントを追加で読み込む.
--echo 実行結果を表示する(デフォルト).
--noecho 実行結果を表示しない.
Expand All @@ -33,9 +33,9 @@ Usage: irb.rb [options] [programfile] [arguments]
補完に正規表現を利用する.
--type-completor 補完に型情報を利用する.
--prompt prompt-mode/--prompt-mode prompt-mode
プロンプトモードを切替えます. 現在定義されているプ
ロンプトモードは, default, simple, xmp, inf-rubyが
用意されています.
プロンプトモードを切り替える.
現在定義されているプロンプトモードは,
default, classic, simple, inf-ruby, xmp, null.
--inf-ruby-mode emacsのinf-ruby-mode用のプロンプト表示を行なう. 特
に指定がない限り, シングルラインエディタとマルチラ
インエディタは使わなくなる.
Expand Down

0 comments on commit b21432d

Please sign in to comment.