Skip to content

Commit

Permalink
Document the --keep option in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
pdl committed Dec 24, 2019
1 parent d7a0241 commit 1954c89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Advanced users: pipe in your master password followed by domain names and phrase

The hashing algorithm to use. Defaults to sha3.

-k --keep

This flag determines whether to continue to prompt for more passwords once the first has been returned.

-n --domain-name[=]string

The Domain Name should match the website you're generating a password for.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saltpass-cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "Command-line utility for salting passwords",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 1954c89

Please sign in to comment.