Fri Jul 20 12:53:27 PDT 2007
- Previous message: [Slony1-commit] slony1-engine/src/slon slon.c
- Next message: [Slony1-commit] slony1-engine/src/slon remote_worker.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slon In directory main.slony.info:/tmp/cvs-serv19828/slon Modified Files: Tag: REL_1_2_STABLE slon.c Log Message: Add documentation to slon of -h and -v options Index: slon.c =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/src/slon/slon.c,v retrieving revision 1.66.2.6 retrieving revision 1.66.2.7 diff -C2 -d -r1.66.2.6 -r1.66.2.7 *** slon.c 14 Jun 2007 14:56:22 -0000 1.66.2.6 --- slon.c 20 Jul 2007 19:53:25 -0000 1.66.2.7 *************** *** 95,98 **** --- 95,100 ---- fprintf(stderr, "Options:\n"); + fprintf(stderr, " -h print usage message and exit\n"); + fprintf(stderr, " -v print version and exit\n"); fprintf(stderr, " -d <debuglevel> verbosity of logging (1..4)\n"); fprintf(stderr, " -s <milliseconds> SYNC check interval (default 10000)\n");
- Previous message: [Slony1-commit] slony1-engine/src/slon slon.c
- Next message: [Slony1-commit] slony1-engine/src/slon remote_worker.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list