From: Fred L. D. <fd...@us...> - 2003-07-10 21:40:26
|
Update of /cvsroot/cvs-syncmail/syncmail In directory sc8-pr-cvs1:/tmp/cvs-serv23503 Modified Files: Tag: new-config-branch syncmail Log Message: Add documentation for --config and --no-config in the help text. Index: syncmail =================================================================== RCS file: /cvsroot/cvs-syncmail/syncmail/syncmail,v retrieving revision 1.36.2.7 retrieving revision 1.36.2.8 diff -u -d -r1.36.2.7 -r1.36.2.8 --- syncmail 10 Jul 2003 18:48:05 -0000 1.36.2.7 +++ syncmail 10 Jul 2003 21:40:20 -0000 1.36.2.8 @@ -37,6 +37,18 @@ Where options are: + --config=file + Use file as the configuration file. By default, a file named + syncmail.conf is used if it exists. If the name of the + configuration file is relative, it is interpreted as relative + to the CVSROOT administrative directory of the repository. + --config is incompatible with --no-config. + + --no-config + Do not use a configuration file. This can be used to disable + the use of the default configuration file. --no-config is + incompatible with --config. + --cvsroot=<path> Use <path> as the environment variable CVSROOT. Otherwise this variable must exist in the environment. |