diff options
author | Narrat <autumn-wind@web.de> | 2016-02-23 00:12:51 +0100 |
---|---|---|
committer | Narrat <autumn-wind@web.de> | 2016-02-23 00:26:29 +0100 |
commit | 7911e140b36139bed75d1f0dd578f56cf5106cfc (patch) | |
tree | 8ef21ce2ec41c03e3f79fd7e88dd8a454132f876 /README.md | |
parent | de700a7255c2781b1176b199cc207ff3edea0389 (diff) | |
download | rofi-pass-7911e140b36139bed75d1f0dd578f56cf5106cfc.tar.gz |
Whitespace issues
This commit addresses some mangling of spaces and tabs and trailing whitespaces
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ For an example configuration please take a look at the included `config.example` ## Extras rofi-pass comes with a tiny helper script, which makes it easier to create new pass entries. -Just run it with +Just run it with ``` addpass --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar" +autotype "branch :tab user :tab pass" |