diff --git a/tren.py b/tren.py index f2ecadc..2a31edd 100755 --- a/tren.py +++ b/tren.py @@ -7,7 +7,7 @@ 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 @@ -141,7 +141,7 @@ # 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)",