From ef60637b47ed255e8f83bd05c1620d1d9294d1d0 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 6 Mar 2003 06:06:49 +0000 Subject: [PATCH] more info in the "set" command git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1570 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/admin.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roundup/admin.py b/roundup/admin.py index 6877973..f96ccb9 100644 --- a/roundup/admin.py +++ b/roundup/admin.py @@ -16,7 +16,7 @@ # 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. ''' @@ -445,7 +445,8 @@ Command help: 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') -- 2.30.2