Skip to content

Commit

Permalink
Typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
languitar committed Mar 31, 2017
1 parent 825ae18 commit b93f19c
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 @@ -74,7 +74,7 @@ target=dev/github

As usual with [pass], this helper assumes that the password is contained in the first line of the passwordstore entry.
Additionally, if a second line is present, this line is interpreted as the username and also returned back to the git process invoking this helper.
In case you use markers at the start of lines to identify what is contained in this line, e.g. like `Username: fooo`, the options `skip_username` and `skip_password` can be defined in each mapping so skip the given amount of characters from the beginning of the respective line.
In case you use markers at the start of lines to identify what is contained in this line, e.g. like `Username: fooo`, the options `skip_username` and `skip_password` can be defined in each mapping to skip the given amount of characters from the beginning of the respective line.
Additionally, global defaults can be configured via the `DEFAULT` section:
```ini
[DEFAULT]
Expand Down

0 comments on commit b93f19c

Please sign in to comment.