From ec683255c3ebb5ae3051d7e591b882a588e270b4 Mon Sep 17 00:00:00 2001 From: anthonybaxter Date: Thu, 19 Jul 2001 06:08:24 +0000 Subject: [PATCH] fixed typo in usage string because it was bugging me each time I saw it. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@10 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roundup.py b/roundup.py index 13ff99d..e9c8d69 100755 --- a/roundup.py +++ b/roundup.py @@ -1,6 +1,6 @@ #! /usr/bin/python -# $Id: roundup.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $ +# $Id: roundup.py,v 1.3 2001-07-19 06:08:24 anthonybaxter Exp $ import sys if int(sys.version[0]) < 2: @@ -35,7 +35,7 @@ def usage(): roundup init roundup spec classname - roundup create [-user login] classanme propname=value ... + roundup create [-user login] classname propname=value ... roundup list [-list] classname roundup history [-list] designator roundup get [-list] designator[,designator,...] propname @@ -206,5 +206,8 @@ if __name__ == '__main__': # # $Log: not supported by cvs2svn $ +# Revision 1.2 2001/07/19 05:52:22 anthonybaxter +# Added CVS keywords $Id: roundup.py,v 1.3 2001-07-19 06:08:24 anthonybaxter Exp $ and $Log: not supported by cvs2svn $ to all python files. +# # -- 2.30.2