From 1f2ddd3a30a4286de4a35be6437b09e03d2afeec Mon Sep 17 00:00:00 2001 From: Greg Poole Date: Tue, 24 Aug 2021 12:26:34 +1000 Subject: [PATCH] Add verbose flag to readme The verbose flag is mentioned in the changelog and output with `-h` but not included in the readme. Thanks for the great tool! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c51aaf..142eb03 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Run `throttle-proxy --help` to see the following overview of the options: --outgoing-speed max outgoing speed (Bps) (default: 100000) -d, --delay delay response by time in ms (default: 0) --pac-port PAC-server port number (default: 3128) + -v, --verbose cause throttle-proxy to be verbose -V, --version output the version number -h, --help output usage information