We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488126b commit 3c35c06Copy full SHA for 3c35c06
roundup/admin.py
@@ -16,7 +16,7 @@
16
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18
#
19
-# $Id: admin.py,v 1.80 2004-10-16 14:51:08 a1s Exp $
+# $Id: admin.py,v 1.81 2004-10-19 08:33:30 a1s Exp $
20
21
'''Administration commands for maintaining Roundup trackers.
22
'''
@@ -1176,7 +1176,7 @@ def do_pack(self, args):
1176
return 0
1177
1178
def do_reindex(self, args, desre=re.compile('([A-Za-z]+)([0-9]+)')):
1179
- '''Usage: reindex [classname|designator]*
+ ""'''Usage: reindex [classname|designator]*
1180
Re-generate a tracker's search indexes.
1181
1182
This will re-generate the search indexes for a tracker. This will
0 commit comments