Mon May 16 18:06:37 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Add item regarding Duplicate Key bug
- Next message: [Slony1-commit] By cbbrowne: Roll back changes that attempted to drop indices from
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fix typo in -h help output - vacuum was misspelled
Modified Files:
--------------
slony1-engine/src/slon:
slon.c (r1.50 -> r1.51)
-------------- next part --------------
Index: slon.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/slon.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -Lsrc/slon/slon.c -Lsrc/slon/slon.c -u -w -r1.50 -r1.51
--- src/slon/slon.c
+++ src/slon/slon.c
@@ -205,7 +205,7 @@
fprintf(stderr, " -s <milliseconds> SYNC check interval (default 10000)\n");
fprintf(stderr, " -t <milliseconds> SYNC interval timeout (default 60000)\n");
fprintf(stderr, " -g <num> maximum SYNC group size (default 6)\n");
- fprintf(stderr, " -c <num> how often to vaccum in cleanup cycles\n");
+ fprintf(stderr, " -c <num> how often to vacuum in cleanup cycles\n");
fprintf(stderr, " -p <filename> slon pid file\n");
fprintf(stderr, " -f <filename> slon configuration file\n");
fprintf(stderr, " -a <directory> directory to store SYNC archive files\n");
- Previous message: [Slony1-commit] By cbbrowne: Add item regarding Duplicate Key bug
- Next message: [Slony1-commit] By cbbrowne: Roll back changes that attempted to drop indices from
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list