| |
---|
| | # 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", |
---|
| |
---|
| | |
|