From f40b6b55fc9354b706ad5386e9545eb3438aea36 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 25 Sep 2019 02:11:05 -0400 Subject: [PATCH] Updated Roadmap (markdown) --- Roadmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index f83bda8..6680f9c 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -477,8 +477,8 @@ Available subcommands: ### `$ archivebox server` -#### `[ip:port]` -The address:port combo to run the server on, defaults to `127.0.0.1:8000`. +#### `--bind=[ip:port]` +The address:port combo to run the web UI server on, defaults to `127.0.0.1:8000`. ```bash $ archivebox server @@ -495,7 +495,7 @@ Quit the server with CONTROL-C. ### `$ archivebox proxy` -Run a live HTTP/HTTPS proxy for recording and replaying WARCs using pywb. +Run a live HTTP/HTTPS proxy that records all traffic into WARC files using pywb. #### `--bind=[ip:port]` The address:port combo to run the proxy on, defaults to `127.0.0.1:8010`.