command:serve_*: remove wordy "with, for example" from help message
authorW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 10:56:52 +0000 (06:56 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 10:56:52 +0000 (06:56 -0400)
libbe/command/serve_commands.py
libbe/command/serve_storage.py

index 655104c77c9f08ecfd7a82dd08213b74f70af55f..48d5125de286355d6b5980821d9e850b4a75978e 100644 (file)
@@ -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
 """
index 57bea20f32c31533306c785995d7a2351cff8184..9cf2e66f4498d663764b6f1b4286486841ec69b6 100644 (file)
@@ -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
 """