diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1e23a1b9..e357ecc9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,7 @@ This project adheres to `Semantic Versioning `_. * Added support for combining cookies specified on the CLI and in a session file (`#932`_). * Added out of the box SOCKS support with no extra installation (`#904`_). * Removed Tox testing entirely (`#943`_). +* Added a -quiet flag to enforce silent behaviour. `2.2.0`_ (2020-06-18) diff --git a/README.rst b/README.rst index 0972f19b..000939ae 100644 --- a/README.rst +++ b/README.rst @@ -1156,6 +1156,7 @@ be printed via several options: ``--verbose, -v`` Print the whole HTTP exchange (request and response). This option also enables ``--all`` (see below). ``--print, -p`` Selects parts of the HTTP exchange. +``--quiet, -q`` Doesn't print anything. ================= ===================================================== ``--verbose`` can often be useful for debugging the request and generating