summaryrefslogtreecommitdiff
path: root/java/demo/Database/library/Parser.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/demo/Database/library/Parser.java')
-rw-r--r--java/demo/Database/library/Parser.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/Database/library/Parser.java b/java/demo/Database/library/Parser.java
index 772dbfde349..ad15753f240 100644
--- a/java/demo/Database/library/Parser.java
+++ b/java/demo/Database/library/Parser.java
@@ -23,7 +23,7 @@ class Parser
"help Print this message.\n" +
"exit, quit Exit this program.\n" +
"add isbn title authors Create new book.\n" +
- "isbn NUMBER Find the book that start with the given ISBN number.\n" +
+ "isbn NUMBER Find all books that start with the given ISBN number.\n" +
"authors NAME Find all books by the given authors.\n" +
"title NAME Find all books which have the given title.\n" +
"next Set the current book to the next one that was found.\n" +