From: W. Trevor King Date: Sat, 27 Oct 2012 10:55:46 +0000 (-0400) Subject: command:serve_commands: fix --repo -> --server in help message X-Git-Tag: 1.1.0~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=414e32600c3a5e37f1dbcae23cbf1c3ffd902941;p=be.git command:serve_commands: fix --repo -> --server in help message --- diff --git a/libbe/command/serve_commands.py b/libbe/command/serve_commands.py index 442beea..655104c 100644 --- a/libbe/command/serve_commands.py +++ b/libbe/command/serve_commands.py @@ -185,7 +185,7 @@ options so other people can't mess with your repository. If you do use authentication, you'll need to send in your username and password with, for example:: - $ be --repo http://username:password@localhost:8000/ list + $ be --server http://username:password@localhost:8000/ list """