From 7223601c4d3f4a76b07babda8528ff58061ab484 Mon Sep 17 00:00:00 2001 From: Vitalii Tverdokhlib Date: Tue, 23 Oct 2018 10:53:32 +0300 Subject: [PATCH] fix typo in args --- web_page_replay_go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_page_replay_go/README.md b/web_page_replay_go/README.md index 7530ea23abf..cf76288e319 100644 --- a/web_page_replay_go/README.md +++ b/web_page_replay_go/README.md @@ -148,7 +148,7 @@ path (`--full-path`). E.g. ``` -go run src/httparchive.go ls /tmp/archive.wprgo --host=example.com --full-path=/index.html +go run src/httparchive.go ls /tmp/archive.wprgo --host=example.com --full_path=/index.html ``` ## Running unit tests