Minor cosmetic change to Usage() output.
1 parent 05a8de4 commit ff5a7bf9042afbf69eac4bc0b263ee3e7cbba259
@tundra tundra authored on 30 Jan 2010
Showing 1 changed file
View
4
tren.py
# Program Information
 
PROGNAME = "tren.py"
PROGENV = PROGNAME.split(".py")[0].upper()
RCSID = "$Id: tren.py,v 1.125 2010/01/30 18:43:36 tundra Exp $"
RCSID = "$Id: tren.py,v 1.126 2010/01/30 19:13:04 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
#####
# Usage Prompts
#####
 
uTable = [PROGVER, "\n",
uTable = [PROGVER,
"usage: " + PROGNAME + " [-1abCcdEefghqtvwXx] [-I file] [-l string] [-r old=new]... file|dir file|dir ...",
" where,",
" -1 Rename only the first instance of the specified string (Default)",
" -a Rename within the entire file or directory name (Default)",