aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-05-01 22:02:57 -0400
committerW. Trevor King <wking@drexel.edu>2011-05-01 22:02:57 -0400
commit741abdd7453d400049a089c22686af9000a91db5 (patch)
treeed7fdd6ee5f089be836a518cf20f5141cffda580
parent9058fb2685f8b9b001908829d7edcbad2b7e58dd (diff)
downloadbugseverywhere-741abdd7453d400049a089c22686af9000a91db5.tar.gz
Add summary line to the Serve command.
Thanks to Christian Heinrich for pointing this out.
-rw-r--r--libbe/command/serve.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/libbe/command/serve.py b/libbe/command/serve.py
index b311139..b42a97b 100644
--- a/libbe/command/serve.py
+++ b/libbe/command/serve.py
@@ -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`.
"""