aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-08-21 19:27:18 +0200
committerRasmus Steinke <rasi@xssn.at>2015-08-21 19:27:18 +0200
commitd5cb28b83333cee9da4c4d83f6792ee76475f5db (patch)
tree4cacb35ac4d8ebc5ccfae8413c412b333ab0cbe7 /README.md
parent3ac7791a7ef7bf13582b87da04c214d2fd8581f0 (diff)
downloadrofi-pass-d5cb28b83333cee9da4c4d83f6792ee76475f5db.tar.gz
fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 889ebf3..09e5999 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +a
```
* First argument `--name` is mandatory. This will be the filename of the new password entry.
-* Second argument can be `--root` followed by absolute filename. addpass also uses root config setting from rofi-pass config file. If both are not found, PASSWORD_STORE_DIR variable is checked. If none of the above are found, the default location `$HOME/.password-store` is used.
+* Second argument can be `--root` followed by absolute path to your password-store. addpass also uses root config setting from rofi-pass config file. If both are not found, PASSWORD_STORE_DIR variable is checked. If none of the above are found, the default location `$HOME/.password-store` is used.
* Fieldnames are defined with `+` and the actual value is defined inside the quotations. You can add as many fields as you like