spring-attic / rest-shell

Command-line shell for interacting with Spring HATEOAS-compliant REST resources
Apache License 2.0
455 stars 100 forks source link

Correct typo error : read password instead of pasword #35

Closed adriens closed 11 years ago

adriens commented 11 years ago

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.