Minor cleanup to usage infrormation.
1 parent cac3f39 commit 8d8ea1e492d7f676006c87016acd40693e1d6ee2
@tundra tundra authored on 18 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.202 2010/03/18 23:41:46 tundra Exp $"
RCSID = "$Id: tren.py,v 1.203 2010/03/19 00:59:27 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
" -d Dump debugging information (Default: False)",
" -f Force renaming even if target file or directory name already exists (Default: False)",
" -h Print help information (Default: False)",
" -I file Include command line arguments from file",
" -i num Specify which instance to replace (Default: %s)" % DEFINST,
" -i num|range Specify which instance to replace (Default: %s)" % DEFINST,
" -P char Use 'char' as the escape sequence (Default: %s)" % DEFESC,
" -q Quiet mode, do not show progress (Default: False)",
" -R char Separator character for -r rename arguments (Default: %s)" % DEFSEP,
" -r old=new Replace old with new in file or directory names",