From: anthonybaxter Date: Thu, 19 Jul 2001 06:08:24 +0000 (+0000) Subject: fixed typo in usage string because it was bugging me each time I saw it. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ec683255c3ebb5ae3051d7e591b882a588e270b4;p=roundup.git 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 --- 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. +# #