Update to usage information.
1 parent 6fab40a commit 0459937807e82530adf62a03cab1fe4a6e03ea4d
@tundra tundra authored on 23 Mar 2010
Showing 1 changed file
View
4
tren.py
 
PROGNAME = "tren.py"
BASENAME = PROGNAME.split(".py")[0]
PROGENV = BASENAME.upper()
RCSID = "$Id: tren.py,v 1.209 2010/03/23 18:50:10 tundra Exp $"
RCSID = "$Id: tren.py,v 1.210 2010/03/23 19:33:57 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
" -r old=new Replace old with new in file or directory names",
" -S suffix Suffix to use when renaming existing filenames (Default: %s)" % DEFSUFFIX,
" -t Test mode, don't rename, just show what the program *would* do (Default: False)",
" -v Print detailed program version information and continue (Default: False)",
" -w width Line length of diagnostic and error output (Default: %s)" % DEFLEN,
" -w length Line length of diagnostic and error output (Default: %s)" % DEFLEN,
" -X Treat the renaming strings literally (Default)",
" -x Treat the old replacement string as a Python regular expression (Default: False)",
]