small fix

This commit is contained in:
bronku 2026-01-09 01:40:29 +01:00
parent 7ac3ef2130
commit 748a30a8cd

View file

@ -30,7 +30,7 @@ cargo build --release
```
## Repl Commands
Once running, you can use the following commands:
-`insert <k> <x> <a1> <a2> <a3> <a4> <a5>`- Insert a record (7 integers).
- `insert <k> <x> <a1> <a2> <a3> <a4> <a5>`- Insert a record (7 integers).
- `find <key>` - Search for a specific key.
- `tree` - Visual dump of the tree structure.
- `stats` - Show I/O performance (Reads/Writes).