From: Fred L. D. <fd...@us...> - 2003-07-10 21:44:59
|
Update of /cvsroot/cvs-syncmail/syncmail In directory sc8-pr-cvs1:/tmp/cvs-serv24163 Modified Files: Tag: new-config-branch syncmail Log Message: Update explanations of the positional arguments on the command line. Index: syncmail =================================================================== RCS file: /cvsroot/cvs-syncmail/syncmail/syncmail,v retrieving revision 1.36.2.8 retrieving revision 1.36.2.9 diff -u -d -r1.36.2.8 -r1.36.2.9 --- syncmail 10 Jul 2003 21:40:20 -0000 1.36.2.8 +++ syncmail 10 Jul 2003 21:44:56 -0000 1.36.2.9 @@ -33,7 +33,7 @@ Usage: - %(PROGRAM)s [options] <%%S> email-addr [email-addr ...] + %(PROGRAM)s [options] [<%%S> [email-addr ...]] Where options are: @@ -91,14 +91,16 @@ The rest of the command line arguments are: <%%S> - CVS %%s loginfo expansion. When invoked by CVS, this will be a single - string containing the directory the checkin is being made in, relative - to $CVSROOT, followed by the list of files that are changing. If the - %%s in the loginfo file is %%{sVv}, context diffs for each of the - modified files are included in any email messages that are generated. + CVS %%s loginfo expansion. When invoked by CVS, this will be + a single string containing the directory the checkin is being + made in, relative to $CVSROOT, followed by the list of files + that are changing. Context diffs for each of the modified + files are included in any email messages that are generated. email-addrs - At least one email address. + Email addresses to whcih notifcations are sent. If specified, + the addresses given on the command line completely replace + those given in the configuration file. """ __version__ = '1.2' |