From 741abdd7453d400049a089c22686af9000a91db5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 1 May 2011 22:02:57 -0400 Subject: Add summary line to the Serve command. Thanks to Christian Heinrich for pointing this out. --- libbe/command/serve.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libbe/command') 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`. """ -- cgit