summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ebc4e3a)
raw | patch | inline | side by side (parent: ebc4e3a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 6 Mar 2003 06:06:49 +0000 (06:06 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 6 Mar 2003 06:06:49 +0000 (06:06 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1570 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/admin.py | patch | blob | history |
diff --git a/roundup/admin.py b/roundup/admin.py
index 687797315566ddbe7f04a195f44fb4a2d4f8aee2..f96ccb937ccdceddf2470b040b06d97b5fed88a6 100644 (file)
--- a/roundup/admin.py
+++ b/roundup/admin.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: admin.py,v 1.40 2003-02-28 03:33:46 richard Exp $
+# $Id: admin.py,v 1.41 2003-03-06 06:06:49 richard Exp $
'''Administration commands for maintaining Roundup trackers.
'''
This command sets the properties to the values for all designators
given. If the value is missing (ie. "property=") then the property is
- un-set.
+ un-set. If the property is a multilink, you specify the linked ids
+ for the multilink as comma-separated numbers (ie "1,2,3").
'''
if len(args) < 2:
raise UsageError, _('Not enough arguments supplied')