From c7f02c4898532df0ad3ad71b5e5cabb01bfbf1c4 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 28 Oct 2017 16:20:14 -0700 Subject: fix: remove legacy help text This should have been removed in 5fb6a912cd7cb0bcfa4512da5248baad1175faf5 as it was related to the preceding sentence that was removed. --- libbe/command/serve_commands.py | 2 -- 1 file changed, 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 """ -- cgit