diff --git a/tgrepcsv.py b/tgrepcsv.py index 6198a9a..5c76686 100755 --- a/tgrepcsv.py +++ b/tgrepcsv.py @@ -3,11 +3,11 @@ # Copyright (c) 2012 TundraWare Inc., Des Plaines, IL 60018 USA # All Rights Reserved. For Terms Of Use See: tgrepcsv-license.txt # For Program Updates See: http://www.tundraware.com/Software/tgrepcsv -# $Id: tgrepcsv.py,v 1.102 2012/09/05 19:52:30 tundra Exp $ +# $Id: tgrepcsv.py,v 1.103 2012/09/18 15:29:42 tundra Exp $ # Embed the source control ID string for use by program -CVSID='$Id: tgrepcsv.py,v 1.102 2012/09/05 19:52:30 tundra Exp $' +CVSID='$Id: tgrepcsv.py,v 1.103 2012/09/18 15:29:42 tundra Exp $' ##### # Program Information @@ -96,7 +96,7 @@ ##### uTable = [PROGVER, - "usage: " + PROGNAME + " [-c # -hv]", + "usage: " + PROGNAME + " [-c # -hv] csvfile pattern pattern ...", " where,", " -c # column width (default: 16)", " -h print this help information",