diff options
author | Matthew Fernandez <matthew.fernandez@gmail.com> | 2017-10-28 16:20:14 -0700 |
---|---|---|
committer | Matthew Fernandez <matthew.fernandez@gmail.com> | 2017-10-28 16:20:50 -0700 |
commit | c7f02c4898532df0ad3ad71b5e5cabb01bfbf1c4 (patch) | |
tree | 2a8394c95e6bbbca5e24d0b730fd1f7ed4a3879a /libbe | |
parent | 4db24aa71fa2dded9e2c26fcacd3a8659eb62b7f (diff) | |
download | bugseverywhere-c7f02c4898532df0ad3ad71b5e5cabb01bfbf1c4.tar.gz |
fix: remove legacy help text
This should have been removed in 5fb6a912cd7cb0bcfa4512da5248baad1175faf5 as it
was related to the preceding sentence that was removed.
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/command/serve_commands.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbe/command/serve_commands.py b/libbe/command/serve_commands.py index c2a1be8..d380a8d 100644 --- a/libbe/command/serve_commands.py +++ b/libbe/command/serve_commands.py @@ -171,8 +171,6 @@ 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 so other people can't mess with your repository. - - $ be --server http://username:password@localhost:8000/ list """ |