Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JElchison committed Jan 26, 2016
1 parent abdbd89 commit e57b220
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 @@ -79,7 +79,7 @@ A better way to handle this is with a CLI password management tool, such as [pas
pass foobar.com | ./curl-auth-csrf.py -i http://foobar.com/login -d username=bob http://foobar.com/secure_page
```

If nothing is passed in via stdin, then the user will be prompted for the password (interactively).
If nothing is passed in via stdin, then the user will be prompted for the password (interactively):

```
./curl-auth-csrf.py -i http://foobar.com/login -d username=bob http://foobar.com/secure_page
Expand Down

0 comments on commit e57b220

Please sign in to comment.