From 611b278b63cd8735ff0caeedc262d31f97cda767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Fri, 28 May 2021 12:45:40 +0200 Subject: [PATCH] Fix --style colors list help indentation (#1077) --- httpie/cli/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpie/cli/definition.py b/httpie/cli/definition.py index 5926968e..e0a53b27 100644 --- a/httpie/cli/definition.py +++ b/httpie/cli/definition.py @@ -256,7 +256,7 @@ output_processing.add_argument( help=''' Output coloring style (default is "{default}"). It can be One of: - {available_styles} + {available_styles} The "{auto_style}" style follows your terminal's ANSI color styles.