Updated the help screen.
1 parent ac0f579 commit 6fab40aa99d27d08e4f57617a93f7050d9bd77e6
@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.208 2010/03/23 17:53:29 tundra Exp $"
RCSID = "$Id: tren.py,v 1.209 2010/03/23 18:50:10 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
#####
 
uTable = [PROGVER,
HOMEPAGE,
"usage: " + PROGNAME + " [[-aCcdfhqtvwXx] [-I file] [-i instance] [-P escape] [ -R separator] [-S suffix] [-r old=new]] ... file|dir file|dir ...",
"usage: " + PROGNAME + " [[-aCcdfhqtvwXx] [-I file] [-i instance] [-P escape] [ -R separator] [-r old=new] [-S suffix] [-w width]] ... file|dir file|dir ...",
" where,",
" -A alphabet Install \"alphabet\" for use by sequence renaming tokens",
" -a Ask interactively before renaming (Default: Off)",
" -C Do case-sensitive renaming (Default)",