Mercurial > p > roundup > code
diff roundup.py @ 6:859a1c51c2a6
fixed typo in usage string because it was bugging me each time I saw it.
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 06:08:24 +0000 |
| parents | 72a0ba086b3e |
| children | 3b0a72f54613 |
line wrap: on
line diff
--- a/roundup.py Thu Jul 19 05:52:22 2001 +0000 +++ b/roundup.py Thu Jul 19 06:08:24 2001 +0000 @@ -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 @@ 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 @@ # # $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. +# #
