aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Fernandez <matthew.fernandez@gmail.com>2017-10-28 16:27:35 -0700
committerMatthew Fernandez <matthew.fernandez@gmail.com>2017-10-28 16:27:35 -0700
commit43546ee506a6c56f5b1e68cd58ad9f7840bb46cd (patch)
tree4f0540803471fa42232c3ea5bf179f9b16ecab09
parentc7f02c4898532df0ad3ad71b5e5cabb01bfbf1c4 (diff)
downloadbugseverywhere-43546ee506a6c56f5b1e68cd58ad9f7840bb46cd.tar.gz
fix: remove server-storage help text referencing --auth
The --auth flag was removed in 5fb6a912cd7cb0bcfa4512da5248baad1175faf5 that should have removed this text as well.
-rw-r--r--libbe/command/serve_storage.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/libbe/command/serve_storage.py b/libbe/command/serve_storage.py
index e32c5bc..1d8d0dd 100644
--- a/libbe/command/serve_storage.py
+++ b/libbe/command/serve_storage.py
@@ -285,11 +285,7 @@ And in another terminal (or after backgrounding the server)::
$ be --repo http://localhost:8000/ list
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::
-
- $ be --repo http://username:password@localhost:8000/ list
+``--read-only`` option so other people can't mess with your repository.
"""