Got rid of extra brackets in usage summary line.
1 parent f9fc7e3 commit 997b4877374a2c4f1e27595c7b26ddff28444982
@tundra tundra authored on 30 Dec 2010
Showing 1 changed file
View
4
tren.py
PROGNAME = "tren.py"
BASENAME = PROGNAME.split(".py")[0]
PROGENV = BASENAME.upper()
INCLENV = PROGENV + "INCL"
RCSID = "$Id: tren.py,v 1.239 2010/10/07 17:34:23 tundra Exp $"
RCSID = "$Id: tren.py,v 1.240 2010/12/30 17:42:27 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
#####
 
uTable = [PROGVER,
HOMEPAGE,
"usage: " + PROGNAME + " [[-abCcdfhqtvwXx] [-e type] [-I file] [-i instance] [-P escape] [ -R separator] [-r old=new] [-S suffix] [-T target] [-w width]] ... file|dir file|dir ...",
"usage: " + PROGNAME + " [-abCcdfhqtvwXx] [-e type] [-I file] [-i instance] [-P escape] [ -R separator] [-r old=new] [-S suffix] [-T target] [-w width] ... file|dir file|dir ...",
" where,",
" -A alphabet Install \"alphabet\" for use by sequence renaming tokens",
" -a Ask interactively before renaming (Default: Off)",
" -b Turn off backups during forced renaming (Default: Do Backups)",