Added -e to command line string template in usage output.
1 parent 0ebdfe3 commit 5cf960dd1164d883252cfea70b595327f439e3b2
@tundra tundra authored on 25 Aug 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.229 2010/08/25 20:14:14 tundra Exp $"
RCSID = "$Id: tren.py,v 1.230 2010/08/25 20:16:17 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
#####
 
uTable = [PROGVER,
HOMEPAGE,
"usage: " + PROGNAME + " [[-abCcdfhqtvwXx] [-I file] [-i instance] [-P escape] [ -R separator] [-r old=new] [-S suffix] [-w width]] ... file|dir file|dir ...",
"usage: " + PROGNAME + " [[-abCcdfhqtvwXx] [-e type] [-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)",
" -b Turn off backups during forced renaming (Default: Do Backups)",