aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-27 06:56:52 -0400
committerW. Trevor King <wking@tremily.us>2012-10-27 06:56:52 -0400
commite56dee295f3c99f17b1527ef050e526a51c31cb1 (patch)
tree952ce5df18060ddd6257b048919fadefcc09bfea
parent414e32600c3a5e37f1dbcae23cbf1c3ffd902941 (diff)
downloadbugseverywhere-e56dee295f3c99f17b1527ef050e526a51c31cb1.tar.gz
command:serve_*: remove wordy "with, for example" from help message
-rw-r--r--libbe/command/serve_commands.py3
-rw-r--r--libbe/command/serve_storage.py3
2 files changed, 2 insertions, 4 deletions
diff --git a/libbe/command/serve_commands.py b/libbe/command/serve_commands.py
index 655104c..48d5125 100644
--- a/libbe/command/serve_commands.py
+++ b/libbe/command/serve_commands.py
@@ -182,8 +182,7 @@ And in another terminal (or after backgrounding the server)::
If you bind your server to a public interface, take a look at the
``--read-only`` option or the combined ``--ssl --auth FILE``
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::
+authentication, you'll need to send in your username and password::
$ be --server http://username:password@localhost:8000/ list
"""
diff --git a/libbe/command/serve_storage.py b/libbe/command/serve_storage.py
index 57bea20..9cf2e66 100644
--- a/libbe/command/serve_storage.py
+++ b/libbe/command/serve_storage.py
@@ -307,8 +307,7 @@ And in another terminal (or after backgrounding the server)::
If you bind your server to a public interface, take a look at the
``--read-only`` option or the combined ``--ssl --auth FILE``
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::
+authentication, you'll need to send in your username and password::
$ be --repo http://username:password@localhost:8000/ list
"""