Skip to content

Commit 3c35c06

Browse files
author
Alexander Smishlajev
committed
translation mark was lost on do_reindex help
1 parent 488126b commit 3c35c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/admin.py

Lines changed: 2 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.80 2004-10-16 14:51:08 a1s Exp $
19+
# $Id: admin.py,v 1.81 2004-10-19 08:33:30 a1s Exp $
2020

2121
'''Administration commands for maintaining Roundup trackers.
2222
'''
@@ -1176,7 +1176,7 @@ def do_pack(self, args):
11761176
return 0
11771177

11781178
def do_reindex(self, args, desre=re.compile('([A-Za-z]+)([0-9]+)')):
1179-
'''Usage: reindex [classname|designator]*
1179+
""'''Usage: reindex [classname|designator]*
11801180
Re-generate a tracker's search indexes.
11811181
11821182
This will re-generate the search indexes for a tracker. This will

0 commit comments

Comments
 (0)