Fixed minor typo in Usage().
Added MAXLINELEN to DumpState() output.
1 parent 55d4f03 commit 5ce478c118deb3eab097a3d5c19ca0416873d83d
@tundra tundra authored on 30 Jan 2010
Showing 1 changed file
View
5
tren.py
# Program Information
 
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
 
" -q Quiet mode, do not show progress.",
" -r <old=new> 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",
]
 
"ERRORCONTINUE",
"EXTDELIM",
"FORCERENAM",
"GLOBAL",
"MAXLINELEN",
"QUIET",
"REGEX",
"TARGET",
"TESTMODE",