small fix
This commit is contained in:
parent
7ac3ef2130
commit
748a30a8cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue