Remove extra ` from end of line

This commit is contained in:
Gordon Schulz 2015-08-23 14:12:06 +02:00
parent ae3b397efa
commit 19153412aa

View File

@ -49,7 +49,7 @@ rofi-pass comes with a tiny helper script, which makes it easier to create new p
Just run it with
```
addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +autotype "branch :tab user :tab pass"`.
addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +autotype "branch :tab user :tab pass".
```
* First argument `--name` is mandatory. This will be the filename of the new password entry.