command:serve_commands: fix --repo -> --server in help message
authorW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 10:55:46 +0000 (06:55 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 10:55:46 +0000 (06:55 -0400)
libbe/command/serve_commands.py

index 442beea4395649ddfa30ba59d02ee8ef914223b5..655104c77c9f08ecfd7a82dd08213b74f70af55f 100644 (file)
@@ -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
 """