Skip to content

Commit 64dae96

Browse files
committed
fix doc
1 parent 2f40ad4 commit 64dae96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ The `<...>` notation means the argument.
566566
* Run til the program reaches given location or the end of the current frame.
567567
* `u[ntil] <name>
568568
* Run til the program invokes a method `<name>`. `<name>` can be a regexp with `/name/`.
569-
* `c[ontinue]`
569+
* `c` or `cont` or `continue`
570570
* Resume the program.
571571
* `q[uit]` or `Ctrl-D`
572572
* Finish debugger (with the debuggee process on non-remote debugging).

0 commit comments

Comments
 (0)