From 85b3a016eb5039f67ac6f8d9940ee57e8fa96fdc Mon Sep 17 00:00:00 2001 From: Ismail Badawi Date: Mon, 16 Jul 2012 04:50:25 -0400 Subject: [PATCH] Update README with new --auth behavior. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bfec68ee..34e7b89c 100644 --- a/README.rst +++ b/README.rst @@ -180,7 +180,8 @@ Most of the flags mirror the arguments understood by ``requests.request``. See ` make sure that the $TERM environment variable is set to "xterm-256color" or similar (e.g., via `export TERM =xterm-256color' in your ~/.bashrc). - --auth AUTH, -a AUTH username:password + --auth AUTH, -a AUTH username:password. If the password is omitted, HTTPie + will prompt for it. --auth-type {basic,digest} The authentication mechanism to be used. Defaults to "basic".