Skip to content

Commit

Permalink
fixed readme and help message
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfran committed Nov 29, 2023
1 parent b419bce commit 8f38c09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified misc/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/java/com/tomfran/lsm/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static void main(String[] args) throws InterruptedException {
- g/get <key> : get a key value;
- d/del <key> : delete a key;
- e/exit : stop the console;
- d/help : show this message.
- h/help : show this message.
""";

System.out.println(intro);
Expand Down

0 comments on commit 8f38c09

Please sign in to comment.