]> kaliko git repositories - sid.git/blobdiff - sid/archive.py
Reformat docstrings to have nice help message
[sid.git] / sid / archive.py
index 808e364a3f1d53b533bf788102bf727f6afc86f6..68c841e21d0f13f34b2d1dfefd1d4d97a5e993fc 100644 (file)
@@ -34,9 +34,9 @@ class Archive(Plugin):
 
     @botcmd
     def archive(self, rcv, args):
-        """
-        **command** ``!archive pkg-name`` : Returns package versions
-        (by suite)"""
+        """Fetches package info from the archive
+
+        ``!archive pkg-name`` : Returns package versions (by suite)"""
         if not args:
             return
         if len(args) > 1: