Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ctn-malone committed Aug 29, 2023
1 parent 2b752f7 commit 43eb409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/password-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Retrieve a password
`getPassword(passwordPath, opt)`

* **[passwordPath]** (*string*) : path relative to the password store
* * opt (*object*) : options
* opt (*object*) : options
* opt.json (*boolean*) : if `true`, password will be JSON parsed (default = `false`)
* opt.lineNumber (*number*) : if set, only this line (0 based) will be returned (default = `undefined`)
* Will be ignored if `opt.json` is `true`
Expand Down

0 comments on commit 43eb409

Please sign in to comment.