Update of /cvsroot/toxine/toxine/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19397
Modified Files:
loader.c main.c
Log Message:
typo and loader fix
Index: loader.c
===================================================================
RCS file: /cvsroot/toxine/toxine/src/loader.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- loader.c 17 May 2004 19:53:25 -0000 1.16
+++ loader.c 17 May 2004 20:08:28 -0000 1.17
@@ -35,7 +35,7 @@
extern int errno;
-#define LOCAL_BUILD 1
+/* #define LOCAL_BUILD 1 */
#ifdef LOCAL_BUILD
#undef TOXINE_PLUGINDIR
#define TOXINE_PLUGINDIR "plugins/.libs"
Index: main.c
===================================================================
RCS file: /cvsroot/toxine/toxine/src/main.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- main.c 17 May 2004 19:53:25 -0000 1.30
+++ main.c 17 May 2004 20:08:28 -0000 1.31
@@ -96,7 +96,7 @@
printf("Usage: toxine [options]\n");
printf(" -s, --script <filename> Use <filename> as toxine script file.\n");
- printf(" -S, --stdin Send commands line using stdin.\n");
+ printf(" -S, --stdin Send command lines using stdin.\n");
printf(" -e, --execute <commands> Execute specified commands (like in prompt mode).\n");
printf(" -o, --output [filename] Save all messages in a file(*).\n");
printf(" *('toxine.out' if filename isn't specified).\n");
|