Skip to content

Commit 3cd1b7e

Browse files
authored
fix command name ":Delete" to ":Clear"
1 parent a762d89 commit 3cd1b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/terminal.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ gdb ウィンドウにフォーカスを移しコマンドを入力します。
757757
`:Run` [args] [args] または以前の引数でプログラムを実行する
758758
`:Arguments` {args} 次の `:Run` のために引数を設定する
759759
*:Break* 現在の行にブレークポイントを設定する。サインが表示される
760-
*:Delete* 現在の行のブレークポイントを削除する
760+
*:Clear* 現在の行のブレークポイントを削除する
761761
*:Step* gdb の "step" コマンドを実行する
762762
*:Over* gdb の "next" コマンドを実行する
763763
(`:Next` だと Vim のコマンドとかぶるので)

0 commit comments

Comments
 (0)