diff --git a/tren.py b/tren.py index 8749026..2626c0c 100755 --- a/tren.py +++ b/tren.py @@ -7,7 +7,7 @@ PROGNAME = "tren.py" PROGENV = PROGNAME.split(".py")[0].upper() -RCSID = "$Id: tren.py,v 1.123 2010/01/30 18:20:44 tundra Exp $" +RCSID = "$Id: tren.py,v 1.124 2010/01/30 18:27:51 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -158,7 +158,7 @@ " -r Replace old with new in file or directory names.", " -t Test mode, don't rename, just show what the program *would* do", " -v Print detailed program version information and exit.", - " -w Line length of diagnostic and error output (Default: 75)" + " -w Line length of diagnostic and error output (Default: 75)", " -X Treat the renaming strings literally (Default)", " -x Treat the old replacement string as a Python regular expression", ] @@ -465,6 +465,7 @@ "EXTDELIM", "FORCERENAM", "GLOBAL", + "MAXLINELEN", "QUIET", "REGEX", "TARGET",