]> kaliko git repositories - sid.git/blobdiff - sid/feeds.py
Reformat docstrings to have nice help message
[sid.git] / sid / feeds.py
index 7fba4e25151b390d6c46370b26d28f05efbf8e24..5494a95e6daf0f7e386b354abfcb36df4dd85e7d 100644 (file)
@@ -165,9 +165,7 @@ class Feeds(Plugin):
     def feeds(self, rcv, args):
         """feeds monitors debian project related feeds.
 
-        **commands**:
-
-        * ``!feeds`` : registred feeds list
+        * ``!feeds``      : registred feeds list
         * ``!feeds last`` : last check time"""
         if 'last' in args:
             self.reply(rcv, 'Last feeds check: %s' % self.th_mon.last_check)