From 0ebc9a7e09d2a04b3a79a37df695512f876dcf6e Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Fri, 24 Dec 2021 11:53:15 +0300 Subject: [PATCH] Mention about levels in -v --- httpie/cli/definition.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/httpie/cli/definition.py b/httpie/cli/definition.py index 7c03fc12..02beeb13 100644 --- a/httpie/cli/definition.py +++ b/httpie/cli/definition.py @@ -429,10 +429,10 @@ output_options.add_argument( action='count', default=0, help=f''' - Verbose output. Print the whole request as well as the response. Also print - any intermediary requests/responses (such as redirects). - It's a shortcut for: --all --print={''.join(BASE_OUTPUT_OPTIONS)} - + Verbose output. For the level one (with single `-v`/`--verbose`), print + the whole request as well as the response. Also print any intermediary + requests/responses (such as redirects). For the second level and higher, + print these as well as the response metadata. ''' ) output_options.add_argument(