diff --git a/test-tc.py b/test-tc.py index ca2f4ba..046dda6 100755 --- a/test-tc.py +++ b/test-tc.py @@ -3,7 +3,7 @@ # Copyright (c) 2003-2004 TundraWare Inc. All Rights Reserved. PROGNAME = "tconfpy Test Driver" -RCSID = "$Id: test-tc.py,v 1.134 2004/04/27 02:30:43 tundra Exp $" +RCSID = "$Id: test-tc.py,v 1.135 2004/04/27 02:36:58 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -205,7 +205,7 @@ if len(sys.argv) < 2: print BANNER - print "Usage: test-tc.py [symtbl] [nonewvars] [template] [temponly] [limitns] [litvars] [debug] file file ..." + print "Usage: test-tc.py [symtbl] [nonewvars] [templates] [temponly] [limitns] [litvars] [debug] file file ..." sys.exit(1) # Process all the requested configuration files, @@ -231,7 +231,7 @@ elif fn == "nonewvars": ALLOWVAR = False - elif fn == "template": + elif fn == "templates": TEMPLATE = True elif fn == "temponly":