summaryrefslogtreecommitdiff
path: root/CVSROOT/syncmail
diff options
context:
space:
mode:
Diffstat (limited to 'CVSROOT/syncmail')
-rwxr-xr-xCVSROOT/syncmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/syncmail b/CVSROOT/syncmail
index 6741419a83..3b4d19dc56 100755
--- a/CVSROOT/syncmail
+++ b/CVSROOT/syncmail
@@ -159,7 +159,7 @@ def blast_mail(mailcmd, filestodiff, contextlines):
159def main(): 159def main():
160 contextlines = 2 160 contextlines = 2
161 try: 161 try:
162 opts, args = getopt.getopt(sys.argv[1:], 'hC:cu', 162 opts, args = getopt.getopt(sys.argv[1:], 'hC:cuU:',
163 ['context=', 'cvsroot=', 'help']) 163 ['context=', 'cvsroot=', 'help'])
164 except getopt.error, msg: 164 except getopt.error, msg:
165 usage(1, msg) 165 usage(1, msg)