diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-27 06:55:46 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-27 06:55:46 -0400 |
commit | 414e32600c3a5e37f1dbcae23cbf1c3ffd902941 (patch) | |
tree | f34bb904696600b96f10af17f5e87588161af4d0 | |
parent | 815a8d535a6dd945773a74370668ab4067d65e92 (diff) | |
download | bugseverywhere-414e32600c3a5e37f1dbcae23cbf1c3ffd902941.tar.gz |
command:serve_commands: fix --repo -> --server in help message
-rw-r--r-- | libbe/command/serve_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 """ |