Skip to content

Commit 9a36de1

Browse files
authored
fix changelog entry for --rr (#394)
This is a followup to PR #362.
1 parent e53b7f4 commit 9a36de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
- Removed support for Windows
2020
- Replaced `--gdb` flag with `--gdb-cmd`. The `--gdb-cmd` argument specifies the gdb executable as well as all arguments you wish to pass to gdb at startup, for example `--gdb-cmd "gdb -nx"`. The existing `-g` argument is an alias for `--gdb-cmd`.
21-
- Removed `--rr` flag. Use `--gdb-cmd rr replay` instead.
21+
- Removed `--rr` flag. Use `--gdb-cmd "rr replay --"` instead.
2222
- Removed deprecated and hidden `--hide-gdbgui-upgrades` argument. It will now raise an error.
2323

2424
**Additional Changes**

0 commit comments

Comments
 (0)