Add summary line to the Serve command.
authorW. Trevor King <wking@drexel.edu>
Mon, 2 May 2011 02:02:57 +0000 (22:02 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 2 May 2011 02:02:57 +0000 (22:02 -0400)
Thanks to Christian Heinrich for pointing this out.

libbe/command/serve.py

index b31113928540290fe16955cf872df42581a52496..b42a97b1244d94a0224c7817c305290ee99413a8 100644 (file)
@@ -744,7 +744,12 @@ class ServerApp (WSGI_AppObject):
 
 
 class Serve (libbe.command.Command):
-    """:class:`~libbe.command.base.Command` wrapper around
+    """Serve bug directory storage over HTTP.
+
+    This allows you to run local `be` commands interfacing with remote
+    data, transmitting file reads/writes/etc. over the network.
+
+    :class:`~libbe.command.base.Command` wrapper around
     :class:`ServerApp`.
     """