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; }