# HG changeset patch # User Markus Bröker # Date 1243713505 -7200 # Node ID 0ae006af497e659d81063833a271e895d7de84a1 # Parent c2f62d1b8d7687e52d5a77d676a0f71317900112 fixed some typos in the help screen I have removed some semicolons in the help screen and that's consistent now committer: Markus Bröker diff --git a/src/parse.c b/src/parse.c --- a/src/parse.c +++ b/src/parse.c @@ -32,20 +32,20 @@ const char *COMMAND_LIST[] = { "help Known Commands: join(1), leave(2), add(3), replace(4), delete(5), list(6), search(7), info(8)\r\n", - "join: Joins a new channel\r\n", - "leave: Parts from the current channel\r\n", - "add: adds an entry\r\n", - "replace: replaces an entry\r\n", - "delete: deletes an entry\r\n", - "list: lists the number of stored values\r\n", - "search: searches an entry up\r\n", - "info: Prints the current Bot-Version\r\n", - "ping: pings an host\r\n", - "on: enables autolearning mode\r\n", - "off: disables autolearning\r\n", - "debug: prints some debug infos\r\n", - "vaccuum: reorganizes the database\r\n", - "logout: Protected logout function\r\n", + "join Joins a new channel\r\n", + "leave Parts from the current channel\r\n", + "add adds an entry\r\n", + "replace replaces an entry\r\n", + "delete deletes an entry\r\n", + "list lists the number of stored values\r\n", + "search searches an entry up\r\n", + "info Prints the current Bot-Version\r\n", + "ping pings an host\r\n", + "on enables autolearning mode\r\n", + "off disables autolearning\r\n", + "debug prints some debug infos\r\n", + "vaccuum reorganizes the database\r\n", + "logout Protected logout function\r\n", NULL, };