Skip to content

Commit b76e9bb

Browse files
author
Richard Jones
committed
more info in the "set" command
1 parent 5416618 commit b76e9bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roundup/admin.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: admin.py,v 1.40 2003-02-28 03:33:46 richard Exp $
19+
# $Id: admin.py,v 1.41 2003-03-06 06:06:49 richard Exp $
2020

2121
'''Administration commands for maintaining Roundup trackers.
2222
'''
@@ -445,7 +445,8 @@ def do_set(self, args, pwre = re.compile(r'{(\w+)}(.+)')):
445445
446446
This command sets the properties to the values for all designators
447447
given. If the value is missing (ie. "property=") then the property is
448-
un-set.
448+
un-set. If the property is a multilink, you specify the linked ids
449+
for the multilink as comma-separated numbers (ie "1,2,3").
449450
'''
450451
if len(args) < 2:
451452
raise UsageError, _('Not enough arguments supplied')

0 commit comments

Comments
 (0)