Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Correct typo error : read password instead of pasword
Browse files Browse the repository at this point in the history
There is a little mistake in the auth command :

Actually there is that :

auth basic --username scott --pasword tiger

which leads to :

You should specify option (--password) for this command

The example command line should be corrected with password instead of pasword.
  • Loading branch information
adriens committed Oct 7, 2013
1 parent 967dc6a commit 82915f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ If you generate a self-signed certificate for your server, by default the rest-s

### HTTP Basic authentication

There is also a convenience command for setting an HTTP Basic authentication header. Use `auth basic --username user --pasword passwd` to set a username and password to base64 encode and place into the Authorization header that will be part of the current session's headers.
There is also a convenience command for setting an HTTP Basic authentication header. Use `auth basic --username user --password passwd` to set a username and password to base64 encode and place into the Authorization header that will be part of the current session's headers.

You can clear the authentication by using the `auth clear` command or by removing the Authorization header using the `headers clear` command.

Expand Down

0 comments on commit 82915f4

Please sign in to comment.