Skip to content

Commit 5085cef

Browse files
author
Anthony Baxter
committed
fixed typo in usage string because it was bugging me each time I saw it.
1 parent d9d6ed2 commit 5085cef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/python
22

3-
# $Id: roundup.py,v 1.2 2001-07-19 05:52:22 anthonybaxter Exp $
3+
# $Id: roundup.py,v 1.3 2001-07-19 06:08:24 anthonybaxter Exp $
44

55
import sys
66
if int(sys.version[0]) < 2:
@@ -35,7 +35,7 @@ def usage():
3535
3636
roundup init
3737
roundup spec classname
38-
roundup create [-user login] classanme propname=value ...
38+
roundup create [-user login] classname propname=value ...
3939
roundup list [-list] classname
4040
roundup history [-list] designator
4141
roundup get [-list] designator[,designator,...] propname
@@ -206,5 +206,8 @@ def main():
206206

207207
#
208208
# $Log: not supported by cvs2svn $
209+
# Revision 1.2 2001/07/19 05:52:22 anthonybaxter
210+
# 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.
211+
#
209212
#
210213

0 commit comments

Comments
 (0)