From 60f09776a50b0e02720079504d780ff2b6618043 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 3 Jun 2013 12:28:04 +0200 Subject: [PATCH] `httpless` outputs also response headers by default --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 85a830c8..e260a41b 100644 --- a/README.rst +++ b/README.rst @@ -840,7 +840,7 @@ by adding the following to your ``~/.bash_profile``: function httpless { # `httpless example.org' - http --pretty=all "$@" | less -R; + http --pretty=all --print=hb "$@" | less -R; }