diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-09-17 14:43:01 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-09-17 14:43:01 -0230 |
commit | 390294ee4254c969308e978eae6e82bba61da890 (patch) | |
tree | 79573b0dd482e96a45ac53f0833eed0dbdba8897 /java/demo/Database/library/Parser.java | |
parent | use InnoDB storage engine (diff) | |
download | ice-390294ee4254c969308e978eae6e82bba61da890.tar.bz2 ice-390294ee4254c969308e978eae6e82bba61da890.tar.xz ice-390294ee4254c969308e978eae6e82bba61da890.zip |
fix configuration.
Diffstat (limited to 'java/demo/Database/library/Parser.java')
-rw-r--r-- | java/demo/Database/library/Parser.java | 2 |
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" + |