aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
Diffstat (limited to 'libbe')
-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`.
"""