Skip to content

Commit 8c41e9a

Browse files
committed
set items can take 1 or more property=value
original usage string reported 2 or more.
1 parent b20a58a commit 8c41e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ def do_security(self, args):
16931693
return 0
16941694

16951695
def do_set(self, args):
1696-
''"""Usage: set items property=value property=value ...
1696+
''"""Usage: set items property=value [property=value ...]
16971697
Set the given properties of one or more items(s).
16981698
16991699
The items are specified as a class or as a comma-separated

0 commit comments

Comments
 (0)