diff --git a/release_notes.html b/release_notes.html
index 45ee8e7ee..b80e5c2c3 100644
--- a/release_notes.html
+++ b/release_notes.html
@@ -27,8 +27,8 @@ li {
A history builtin, and associated interactive function that enables deleting history items. Example usage:
-- Print all history items beginning with echo: history --search --prefix echo
-- Print all history items containing foo: history --search --contains foo
+- Print all history items beginning with echo: history --prefix echo
+- Print all history items containing foo: history --contains foo
- Interactively delete some items containing foo: history --delete --contains foo
Credit to Siteshwar for implementation. Thanks Siteshwar!