X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mysql_selector.c;h=88e31f3c3544bbad382e8024e6060c6fbe3d5153;hp=85d16ee200dc9c7bf032aac790894dabee5a710f;hb=3e514007f72825597eaf68ff33339a8eb0ad420b;hpb=0ab9a5b60510806e3c81df8c9b1ce29226ad94ff diff --git a/mysql_selector.c b/mysql_selector.c index 85d16ee2..88e31f3c 100644 --- a/mysql_selector.c +++ b/mysql_selector.c @@ -93,7 +93,7 @@ static struct server_command cmds[] = { "\tCreate database name containing the initial columns for basic\n" "\tinteroperation with server. This command has to be used only once\n" -"\twhen you use the mysql database tool for the very first time.\n" +"\twhen you use the mysql audio file selector for the very first time.\n" "\n" "\tThe optional name defaults to 'paraslash' if not given.\n" @@ -212,7 +212,7 @@ static struct server_command cmds[] = { .help = "\tIf pattern was not given, print list of all audio files known\n" -"\tto the mysql database tool. See the documentation of mysql\n" +"\tto the mysql selector. See the documentation of mysql\n" "\tfor the definition of LIKE patterns.\n" }, @@ -2509,7 +2509,7 @@ static void shutdown_connection(void) } /** - * the init function of the mysql-based database tool + * the init function of the mysql-based audio file selector * * Check the command line options and initialize all function pointers of \a db. * Connect to the mysql server and initialize the dbinfo string.