From 390294ee4254c969308e978eae6e82bba61da890 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Wed, 17 Sep 2008 14:43:01 -0230 Subject: fix configuration. --- java/demo/Database/library/Parser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/demo/Database/library/Parser.java') 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" + -- cgit v1.2.3